diff --git a/1775618361_table_work_log_add_user_type.up.sql b/1775618361_table_work_log_add_user_type.up.sql new file mode 100644 index 0000000..8d732ac --- /dev/null +++ b/1775618361_table_work_log_add_user_type.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `service`.`ufutx_work_log` +ADD COLUMN `user_type` TINYINT DEFAULT 1 comment "用户类型,1:用户端,2:后台" after `user_id` \ No newline at end of file