migrate/1741763430_table_orders_add_suspend_remark.up.sql

2 lines
110 B
MySQL
Raw Permalink Normal View History

2025-03-12 15:16:56 +08:00
ALTER TABLE `ufutx_orders`
ADD COLUMN `suspend_remark` text default null comment "暂停备注" after `status`