调整一下sql
This commit is contained in:
parent
47e19db5de
commit
45c5bf7489
|
@ -1,2 +1,2 @@
|
||||||
ALTER TABLE `share_platform`.`tb_work_dynamics`
|
ALTER TABLE `share_platform`.`tb_work_dynamics`
|
||||||
MODIFY COLUMN `note1` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '摘要' AFTER `update_date`;
|
MODIFY COLUMN `note1` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '摘要';
|
Loading…
Reference in New Issue