migrate/1736146900_change_ufutx_s2_bp_logs.up.sql

1 line
135 B
MySQL
Raw Normal View History

2025-01-06 15:01:57 +08:00
ALTER TABLE `ufutx_s2_bp_logs` CHANGE `snapshot_id` `order_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '购物时的快照id';