fix: 处理原始表字段注释太长的问题

This commit is contained in:
taojinlong 2022-01-06 15:17:28 +08:00
parent 93ff28704d
commit 4b33d79b47

View File

@ -0,0 +1 @@
ALTER TABLE `dataset_table_field` CHANGE COLUMN `name` `name` LONGTEXT NOT NULL COMMENT '字段名' ;