diff --git a/1767083394_table_service_behavior_add_remark.up.sql b/1767083394_table_service_behavior_add_remark.up.sql new file mode 100644 index 0000000..c3b1d44 --- /dev/null +++ b/1767083394_table_service_behavior_add_remark.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_service_behavior` +ADD COLUMN `remark` TEXT default null comment "备注" after `status` \ No newline at end of file