2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE `ufutx_orders`
|
|
ADD COLUMN `suspend_remark` text default null comment "暂停备注" after `status` |