migrate/1774425656_table_dma_service_behavior_add_genre.up.sql
2026-03-25 16:03:48 +08:00

2 lines
118 B
SQL

ALTER TABLE `ufutx_dma_service_behavior`
ADD COLUMN `genre` INTEGER DEFAULT NULL comment "行为类型" after `status`