diff --git a/1774254501_table_dma_service_behavior_add_score.up.sql b/1774254501_table_dma_service_behavior_add_score.up.sql new file mode 100644 index 0000000..a65fb87 --- /dev/null +++ b/1774254501_table_dma_service_behavior_add_score.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_service_behavior` +ADD COLUMN `score` INTEGER default 0 comment "分数" after `status` \ No newline at end of file