Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
37fdcf9e
authored
Aug 30, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
平台端和租户端sql前缀区分
parent
81b781ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
db/saas.sql
db/saas.sql
View file @
37fdcf9e
...
...
@@ -84,7 +84,7 @@ CREATE TABLE `saas_menu` (
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
ROW_FORMAT
=
COMPACT
COMMENT
=
'saas端菜单'
;
CREATE
TABLE
`
tn
t_auth_menu`
(
CREATE
TABLE
`
pla
t_auth_menu`
(
`id`
varchar
(
64
)
NOT
NULL
COLLATE
utf8mb4_general_ci
COMMENT
'主键id'
,
`parent_id`
varchar
(
64
)
NOT
NULL
COMMENT
'父级id'
,
`name`
varchar
(
100
)
NOT
NULL
COMMENT
'资源名称'
,
...
...
@@ -132,7 +132,7 @@ CREATE TABLE `saas_operation_log` (
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
ROW_FORMAT
=
COMPACT
COMMENT
=
'saas端操作日志'
;
CREATE
TABLE
`
tn
t_tenant`
(
CREATE
TABLE
`
pla
t_tenant`
(
`id`
varchar
(
64
)
NOT
NULL
COLLATE
utf8mb4_general_ci
COMMENT
'id'
,
`name`
varchar
(
128
)
DEFAULT
NULL
COMMENT
'名称'
,
`status`
varchar
(
10
)
NOT
NULL
COMMENT
'状态 0停用 1启用'
,
...
...
Write
Preview
Markdown
is supported
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