设备信息字段 device_info 长度调整为 4000

This commit is contained in:
thinkgem
2024-11-11 17:11:33 +08:00
parent 83752a77cb
commit 3333ad2e10
14 changed files with 18 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ CREATE TABLE js_app_comment
update_date timestamp NOT NULL,
remarks vargraphic(500),
create_by_name varchar(200),
device_info varchar(1000),
device_info varchar(4000),
reply_date date,
reply_content vargraphic(500),
reply_user_code varchar(64),