work log add user_type
This commit is contained in:
parent
390bd112be
commit
87b52ff578
2
1775618361_table_work_log_add_user_type.up.sql
Normal file
2
1775618361_table_work_log_add_user_type.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `service`.`ufutx_work_log`
|
||||||
|
ADD COLUMN `user_type` TINYINT DEFAULT 1 comment "用户类型,1:用户端,2:后台" after `user_id`
|
||||||
Loading…
Reference in New Issue
Block a user