migrate/1741763430_table_orders_add_suspend_remark.up.sql
2025-03-12 15:16:56 +08:00

2 lines
110 B
SQL

ALTER TABLE `ufutx_orders`
ADD COLUMN `suspend_remark` text default null comment "暂停备注" after `status`