2 lines
118 B
MySQL
2 lines
118 B
MySQL
|
|
ALTER TABLE `ufutx_dma_service_behavior`
|
||
|
|
ADD COLUMN `genre` INTEGER DEFAULT NULL comment "行为类型" after `status`
|