Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emport-api
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
刘泽志
emport-api
Commits
1b8d35cf
Commit
1b8d35cf
authored
Feb 28, 2023
by
刘泽志
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
584a41b8
a1568e5f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
dataImport.sql
scripts/dataImport.sql
+5
-2
No files found.
scripts/dataImport.sql
View file @
1b8d35cf
...
...
@@ -9,7 +9,7 @@ create table data_dict
)
comment
'数据字典'
;
create
table
data_
import_
template
create
table
data_template
(
id
varchar
(
32
)
not
null
primary
key
,
...
...
@@ -35,7 +35,10 @@ create table data_field
unit
varchar
(
32
)
null
comment
'计量单位'
,
coordinate
varchar
(
32
)
null
comment
'数据起始坐标,例如 C,4'
,
sort
int
default
0
comment
'排序字段'
,
field
varchar
(
32
)
null
comment
'数据库字段名'
field
varchar
(
32
)
null
comment
'数据库字段名'
,
compare_type
varchar
(
32
)
null
comment
'字段比较类型'
,
compare_content
varchar
(
512
)
null
comment
'字段比较内容'
,
compare_year
varchar
(
32
)
null
comment
'字段比较年份'
)
comment
'数据字段表'
;
create
table
data_rule
...
...
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