dma流程图表修改
This commit is contained in:
parent
12158a0ad9
commit
2b8d0a4e6c
3
1730355520_change_table_process_log.up.sql
Normal file
3
1730355520_change_table_process_log.up.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE `ufutx_dma_process_log`
|
||||||
|
ADD COLUMN `operate_user_id` int(11) NULL COMMENT '操作人id' AFTER `remark`,
|
||||||
|
ADD COLUMN `role` tinyint(4) NULL COMMENT '角色 0:用户 1:主教练 2:副教练 3:客服 4:后台' AFTER `operate_user_id`;
|
2
1730355761_change_table_process_log1.up.sql
Normal file
2
1730355761_change_table_process_log1.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_dma_process_log`
|
||||||
|
MODIFY COLUMN `role` varchar(32) NULL DEFAULT NULL COMMENT '角色多角色,分隔 0:用户 1:主教练 2:副教练 3:客服 4:后台,' AFTER `operate_user_id`;
|
Loading…
Reference in New Issue
Block a user