This commit is contained in:
tian 2026-03-27 13:51:38 +08:00
commit 982e4f4e22
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_dma_service_behavior`
ADD COLUMN `genre` INTEGER DEFAULT NULL comment "行为类型" after `status`

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_order_appeal`
ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark`