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