2 lines
103 B
MySQL
2 lines
103 B
MySQL
|
alter table `t_ability_application`
|
||
|
MODIFY COLUMN `application_scene` json NULL comment '应用场景';
|