eladmin/sql/update.sql

4 lines
110 B
SQL

/**
将字典详情的 sort 字段改为数值型
*/
alter table dict_detail modify column sort smallint(6);