work log add user_type

This commit is contained in:
Hankin 2026-04-08 11:21:25 +08:00
parent 390bd112be
commit 87b52ff578

View File

@ -0,0 +1,2 @@
ALTER TABLE `service`.`ufutx_work_log`
ADD COLUMN `user_type` TINYINT DEFAULT 1 comment "用户类型,1:用户端,2:后台" after `user_id`