2 lines
107 B
MySQL
2 lines
107 B
MySQL
|
|
ALTER TABLE `ufutx_order_appeal`
|
||
|
|
ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark`
|