mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-16 15:03:43 +08:00
3
script/sql/update/update_5.1.2-5.2.0.sql
Normal file
3
script/sql/update/update_5.1.2-5.2.0.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE sys_dept ADD dept_category VARCHAR(100) DEFAULT NULL COMMENT '部门类别编码';
|
||||
ALTER TABLE sys_post ADD dept_id BIGINT(20) NOT NULL COMMENT '部门id', ADD post_category VARCHAR(100) DEFAULT NULL COMMENT '岗位类别编码';
|
||||
UPDATE sys_post SET dept_id = 100;
|
Reference in New Issue
Block a user