Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
docker-iot-v3
Project
Project
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
deploy
docker-iot-v3
Commits
aea86fed
Commit
aea86fed
authored
Nov 28, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
19c60647
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
iot-tcode.sql
db/iot-tcode.sql
+10
-0
No files found.
db/iot-tcode.sql
View file @
aea86fed
...
@@ -708,3 +708,13 @@ CREATE UNIQUE INDEX "trep_sta_detail_index1" ON "public"."trep_sta_detail" USING
...
@@ -708,3 +708,13 @@ CREATE UNIQUE INDEX "trep_sta_detail_index1" ON "public"."trep_sta_detail" USING
-- Primary Key structure for table trep_sta_detail
-- Primary Key structure for table trep_sta_detail
-- ----------------------------
-- ----------------------------
ALTER
TABLE
"public"
.
"trep_sta_detail"
ADD
CONSTRAINT
"trep_sta_detail_pkey"
PRIMARY
KEY
(
"tid"
,
"did"
,
"key"
);
ALTER
TABLE
"public"
.
"trep_sta_detail"
ADD
CONSTRAINT
"trep_sta_detail_pkey"
PRIMARY
KEY
(
"tid"
,
"did"
,
"key"
);
CREATE
SEQUENCE
trep_sta_hdetail_aid_seq
START
WITH
1
INCREMENT
BY
1
NO
MINVALUE
NO
MAXVALUE
CACHE
1
;
alter
table
trep_hsta_detail
alter
column
aid
set
default
nextval
(
'trep_sta_hdetail_aid_seq'
);
\ No newline at end of file
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