perf: 构建工具调整
This commit is contained in:
13
build/database/lite/install/sys_role_dept.sql
Normal file
13
build/database/lite/install/sys_role_dept.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for sys_role_dept
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "sys_role_dept";
|
||||
CREATE TABLE "sys_role_dept" (
|
||||
"role_id" integer(20) NOT NULL,
|
||||
"dept_id" integer(20) NOT NULL,
|
||||
PRIMARY KEY ("role_id", "dept_id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of sys_role_dept
|
||||
-- ----------------------------
|
||||
Reference in New Issue
Block a user