微服务版后端初始化
This commit is contained in:
1
script/20241230/人员表增加字段-mysql.sql
Normal file
1
script/20241230/人员表增加字段-mysql.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE xjr_user ADD COLUMN duty_post varchar(500) COMMENT '岗位职务';
|
||||
4
script/20241230/人员表增加字段.sql
Normal file
4
script/20241230/人员表增加字段.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE xjr_user ADD COLUMN duty_post varchar(500);
|
||||
|
||||
COMMENT ON
|
||||
COLUMN xjr_user.duty_post IS '岗位职务';
|
||||
Reference in New Issue
Block a user