2 lines
102 B
SQL
2 lines
102 B
SQL
ALTER TABLE `zt_dept` CHANGE `order` `order` smallint(4) unsigned NOT NULL DEFAULT '0' AFTER `grade`;
|