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.
6 lines
317 B
6 lines
317 B
2 years ago
|
-- -----------------------------------
|
||
|
-- 修改 代码生成表字段类型
|
||
|
-- -----------------------------------
|
||
|
ALTER TABLE `blade_model_prototype`
|
||
|
CHANGE COLUMN `comment` `jdbc_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '注释说明' AFTER `jdbc_type`;
|