Create 1734160972_change_ufutx_s2_shop_express.up.sql

This commit is contained in:
tian 2024-12-17 14:04:26 +08:00
parent 1a4bd68184
commit ca3dce8c84

View File

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