migrate/1774431315_table_order_appeal_add_other.up.sql

2 lines
107 B
MySQL
Raw Normal View History

2026-03-25 17:41:02 +08:00
ALTER TABLE `ufutx_order_appeal`
ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark`