migrate/1734415631_change_ufutx_s2_shop_express.up.sql

1 line
129 B
MySQL
Raw Normal View History

ALTER TABLE `ufutx_s2_shop_express` ADD `province_code` INT UNSIGNED NOT NULL DEFAULT '1' COMMENT '省份代码' AFTER `address`;