migrate/1774431315_table_order_appeal_add_other.up.sql
2026-03-25 17:41:02 +08:00

2 lines
107 B
SQL

ALTER TABLE `ufutx_order_appeal`
ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark`