From 87b52ff578fd5006136ed4db0a2a20293fd9305e Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 8 Apr 2026 11:21:25 +0800 Subject: [PATCH] work log add user_type --- 1775618361_table_work_log_add_user_type.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1775618361_table_work_log_add_user_type.up.sql 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