diff --git a/1741763430_table_orders_add_suspend_remark.up.sql b/1741763430_table_orders_add_suspend_remark.up.sql new file mode 100644 index 0000000..3c41837 --- /dev/null +++ b/1741763430_table_orders_add_suspend_remark.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_orders` +ADD COLUMN `suspend_remark` text default null comment "暂停备注" after `status` \ No newline at end of file