Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
99908db6
Commit
99908db6
authored
Nov 30, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改app克隆
parent
576de3c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
22 deletions
+24
-22
base-manager/db/base_modules.sql
base-manager/db/base_modules.sql
+24
-22
No files found.
base-manager/db/base_modules.sql
View file @
99908db6
...
@@ -932,7 +932,7 @@ CREATE TABLE mortals_sys_matter_ext
...
@@ -932,7 +932,7 @@ CREATE TABLE mortals_sys_matter_ext
-- ----------------------------
-- ----------------------------
DROP
TABLE
IF
EXISTS
`mortals_sys_app`
;
DROP
TABLE
IF
EXISTS
`mortals_sys_app`
;
CREATE
TABLE
mortals_sys_app
(
CREATE
TABLE
mortals_sys_app
(
`id`
bigint
(
20
)
COMMENT
'主键ID,主键,自增长'
,
`id`
bigint
(
20
)
AUTO_INCREMENT
COMMENT
'主键ID,主键,自增长'
,
`siteId`
bigint
(
20
)
COMMENT
'站点Id'
,
`siteId`
bigint
(
20
)
COMMENT
'站点Id'
,
`siteName`
varchar
(
256
)
COMMENT
'站点名称'
,
`siteName`
varchar
(
256
)
COMMENT
'站点名称'
,
`appCode`
varchar
(
256
)
COMMENT
'应用编码'
,
`appCode`
varchar
(
256
)
COMMENT
'应用编码'
,
...
@@ -958,6 +958,8 @@ CREATE TABLE mortals_sys_app(
...
@@ -958,6 +958,8 @@ CREATE TABLE mortals_sys_app(
-- ----------------------------
-- ----------------------------
-- 自助终端应用数据集表
-- 自助终端应用数据集表
-- ----------------------------
-- ----------------------------
...
...
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