behavior add genre

This commit is contained in:
Hankin 2026-03-25 16:03:48 +08:00
parent 39c3c14ecf
commit 29540d161e

View File

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