diff --git a/1745488063_change_ufutx_s2_shop_order.up.sql b/1745488063_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..d126b55 --- /dev/null +++ b/1745488063_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `payment_id` INT NOT NULL DEFAULT '0' COMMENT '支付商户id' AFTER `id`; \ No newline at end of file