diff --git a/1736143353_change_ufutx_s2_bp_logs.up.sql b/1736143353_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..cc73192 --- /dev/null +++ b/1736143353_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` ADD `sub_user_id` BIGINT NOT NULL DEFAULT '0' COMMENT '子用户id' AFTER `user_id`, ADD `snapshot_id` BIGINT NULL COMMENT '购物时的快照id' AFTER `sub_user_id`, ADD `snapshot_title` VARCHAR(1024) NULL COMMENT '购物时的sku名称' AFTER `snapshot_id`; \ No newline at end of file