Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
d4059096
Commit
d4059096
authored
Jan 16, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6947e377
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
compass_db_schema.sql
doc/DB/compass_db_schema.sql
+4
-4
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
No files found.
doc/DB/compass_db_schema.sql
View file @
d4059096
##
----system_const_dat create
##
----system_const
ant
_dat create
DROP
TABLE
IF
EXISTS
system_const_dat
;
DROP
TABLE
IF
EXISTS
system_const
ant
_dat
;
CREATE
TABLE
IF
NOT
EXISTS
system_const_dat
(
CREATE
TABLE
IF
NOT
EXISTS
system_const
ant
_dat
(
id
bigint
unsigned
NOT
NULL
PRIMARY
KEY
auto_increment
,
id
bigint
unsigned
NOT
NULL
PRIMARY
KEY
auto_increment
,
registration_date
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
,
registration_date
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
,
name
varchar
(
64
)
NOT
NULL
,
name
varchar
(
64
)
NOT
NULL
,
...
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS system_const_dat(
...
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS system_const_dat(
delete_flg
tinyint
(
1
)
NOT
NULL
DEFAULT
'0'
delete_flg
tinyint
(
1
)
NOT
NULL
DEFAULT
'0'
)
ENGINE
=
INNODB
DEFAULT
CHARSET
=
utf8mb4
;
)
ENGINE
=
INNODB
DEFAULT
CHARSET
=
utf8mb4
;
Create
INDEX
system_const
_dat_name_idx
ON
system_cons
t_dat
(
name
);
Create
INDEX
system_const
ant_dat_name_idx
ON
system_constan
t_dat
(
name
);
##
----government_mst create
##
----government_mst create
...
...
doc/DB/compass_db_schema.xlsx
View file @
d4059096
No preview for this file type
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