migrate/1773814425_table_order_appeal_add_remark.up.sql

2 lines
110 B
MySQL
Raw Permalink Normal View History

2026-03-18 14:15:30 +08:00
ALTER TABLE `ufutx_order_appeal`
ADD COLUMN `remark` VARCHAR(191) default null comment "备注" after `status`