Compare commits

..

3 Commits

Author SHA1 Message Date
wangliwen 45c5bf7489 调整一下sql 2022-06-20 14:35:41 +08:00
liyongbo2 47e19db5de Merge remote-tracking branch 'origin/master' 2022-06-20 14:30:12 +08:00
liyongbo2 413f62c395 版本重复,修改名称 2022-06-20 14:28:10 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
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 '摘要';