mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +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`;
|