diff --git a/1736146900_change_ufutx_s2_bp_logs.up.sql b/1736146900_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..70fa089 --- /dev/null +++ b/1736146900_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` CHANGE `snapshot_id` `order_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '购物时的快照id'; \ No newline at end of file