Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
9ac1ea8f
Commit
9ac1ea8f
authored
Jun 17, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加字段sql
parent
2aae57a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
新增电解槽表-electrolyzer.sql
...t/java/resources/db_sql/hmhj/v113/新增电解槽表-electrolyzer.sql
+3
-4
No files found.
src/test/java/resources/db_sql/hmhj/v113/新增电解槽表-electrolyzer.sql
View file @
9ac1ea8f
/*
/*
...
...
@@ -41,8 +41,7 @@ CREATE TABLE "public"."electrolyzer" (
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"name"
IS
'产品名称'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"branch"
IS
'分厂'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"plant"
IS
'厂房
'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"plant"
IS
'厂房'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"partition"
IS
'分区'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"slot_no"
IS
'槽号'
;
COMMENT
ON
COLUMN
"public"
.
"electrolyzer"
.
"model"
IS
'型号'
;
...
...
@@ -60,4 +59,4 @@ COMMENT ON TABLE "public"."electrolyzer" IS '电解槽基础数据';
-- ----------------------------
-- Primary Key structure for table electrolyzer
-- ----------------------------
ALTER
TABLE
"public"
.
"electrolyzer"
ADD
CONSTRAINT
"
qualification_copy1
_pkey"
PRIMARY
KEY
(
"id"
);
ALTER
TABLE
"public"
.
"electrolyzer"
ADD
CONSTRAINT
"
electrolyzer
_pkey"
PRIMARY
KEY
(
"id"
);
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