2 lines
77 B
SQL
2 lines
77 B
SQL
ALTER TABLE `zt_branch` ADD `order` smallint unsigned NOT NULL AFTER `name`;
|
ALTER TABLE `zt_branch` ADD `order` smallint unsigned NOT NULL AFTER `name`;
|