diff --git a/1770860846_table_service_behavior_add_source.up.sql b/1770860846_table_service_behavior_add_source.up.sql new file mode 100644 index 0000000..f92e1aa --- /dev/null +++ b/1770860846_table_service_behavior_add_source.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_service_behavior` +ADD COLUMN `source` TINYINT default 1 comment "来源,1:app,2:admin" after `apply_user_id` \ No newline at end of file