diff --git a/1773814425_table_order_appeal_add_remark.up.sql b/1773814425_table_order_appeal_add_remark.up.sql new file mode 100644 index 0000000..f296ffa --- /dev/null +++ b/1773814425_table_order_appeal_add_remark.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_order_appeal` +ADD COLUMN `remark` VARCHAR(191) default null comment "备注" after `status` \ No newline at end of file