mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-29 01:17:27 +08:00
4 lines
219 B
Java
4 lines
219 B
Java
ALTER TABLE `ruoyi-vue-pro`.`trade_after_sale_log`
|
|
ADD COLUMN `before_status` int NOT NULL COMMENT '售前状态' AFTER `id`,
|
|
ADD COLUMN `after_status` int NOT NULL COMMENT '售后状态' AFTER `before_status`;
|