Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Redragon Erp
Commits
22192fbf
Commit
22192fbf
authored
4 years ago
by
redragon
Browse files
Options
Download
Email Patches
Plain Diff
修订表结构
parent
32ef9052
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
build/sql/erp_sys_dataset_type.sql
+1
-1
build/sql/erp_sys_dataset_type.sql
build/sql/erp_sys_role.sql
+1
-1
build/sql/erp_sys_role.sql
build/sql/erp_sys_role_auth_r.sql
+2
-2
build/sql/erp_sys_role_auth_r.sql
build/sql/erp_sys_user.sql
+1
-1
build/sql/erp_sys_user.sql
build/sql/erp_sys_user_role_r.sql
+1
-1
build/sql/erp_sys_user_role_r.sql
with
6 additions
and
6 deletions
+6
-6
build/sql/erp_sys_dataset_type.sql
+
1
-
1
View file @
22192fbf
...
...
@@ -49,4 +49,4 @@ CREATE TABLE `sys_dataset_type` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2020-08-2
6
21:
43:13
-- Dump completed on 2020-08-2
9
21:
31:29
This diff is collapsed.
Click to expand it.
build/sql/erp_sys_role.sql
+
1
-
1
View file @
22192fbf
...
...
@@ -49,4 +49,4 @@ CREATE TABLE `sys_role` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2020-08-2
6
21:
43:04
-- Dump completed on 2020-08-2
9
21:
31:15
This diff is collapsed.
Click to expand it.
build/sql/erp_sys_role_auth_r.sql
+
2
-
2
View file @
22192fbf
...
...
@@ -35,7 +35,7 @@ CREATE TABLE `sys_role_auth_r` (
`org_code`
varchar
(
10
)
NOT
NULL
COMMENT
'组织机构'
,
PRIMARY
KEY
(
`ra_id`
),
UNIQUE
KEY
`UK_sys_role_auth_r`
(
`role_code`
,
`auth_code`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
292
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_0900_ai_ci
COMMENT
=
'系统角色与权限关联表'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
341
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_0900_ai_ci
COMMENT
=
'系统角色与权限关联表'
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */
;
...
...
@@ -47,4 +47,4 @@ CREATE TABLE `sys_role_auth_r` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2020-08-2
6
21:
43:10
-- Dump completed on 2020-08-2
9
21:
31:23
This diff is collapsed.
Click to expand it.
build/sql/erp_sys_user.sql
+
1
-
1
View file @
22192fbf
...
...
@@ -48,4 +48,4 @@ CREATE TABLE `sys_user` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2020-08-2
6
21:
43:0
2
-- Dump completed on 2020-08-2
9
21:
31:1
2
This diff is collapsed.
Click to expand it.
build/sql/erp_sys_user_role_r.sql
+
1
-
1
View file @
22192fbf
...
...
@@ -47,4 +47,4 @@ CREATE TABLE `sys_user_role_r` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2020-08-2
6
21:
43:09
-- Dump completed on 2020-08-2
9
21:
31:21
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help