You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opsli-boot/db-file/1.2.0 升 1.2.1/SQL文件.txt

5 lines
339 B

ALTER TABLE `opsli-boot`.`creater_table_column`
MODIFY COLUMN `field_length` int(11) NULL DEFAULT NULL COMMENT '字段长度' AFTER `field_type`,
MODIFY COLUMN `field_precision` int(11) NULL DEFAULT NULL COMMENT '字段精度' AFTER `field_length`,
MODIFY COLUMN `sort` int(6) NOT NULL COMMENT '排序(升序)' AFTER `dict_type_code`;