Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HLS3.0-UPDATE-SQL
Project
Project
Details
Activity
Releases
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
EricChen
HLS3.0-UPDATE-SQL
Commits
7df24a1c
Commit
7df24a1c
authored
Nov 09, 2018
by
EricChen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口管理
parent
74c46cc0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
SYS_IF_CONFIG_HEADER_B.sql
接口管理模块/table/SYS_IF_CONFIG_HEADER_B.sql
+0
-5
SYS_IF_INVOKE_OUTBOUND.sql
接口管理模块/table/SYS_IF_INVOKE_OUTBOUND.sql
+0
-3
SYS_TOKEN_LOGS.sql
接口管理模块/table/SYS_TOKEN_LOGS.sql
+1
-1
No files found.
接口管理模块/table/SYS_IF_CONFIG_HEADER_B.sql
View file @
7df24a1c
...
@@ -90,7 +90,3 @@ ALTER TABLE "SYS_IF_CONFIG_HEADER_B" ADD CONSTRAINT "SYS_INTERFACE_HEADER_PK" P
...
@@ -90,7 +90,3 @@ ALTER TABLE "SYS_IF_CONFIG_HEADER_B" ADD CONSTRAINT "SYS_INTERFACE_HEADER_PK" P
-- Uniques structure for table SYS_IF_CONFIG_HEADER_B
-- Uniques structure for table SYS_IF_CONFIG_HEADER_B
-- ----------------------------
-- ----------------------------
ALTER
TABLE
"SYS_IF_CONFIG_HEADER_B"
ADD
CONSTRAINT
"SYS_IF_CONFIG_HEADER_U1"
UNIQUE
(
"INTERFACE_CODE"
)
NOT
DEFERRABLE
INITIALLY
IMMEDIATE
NORELY
VALIDATE
;
ALTER
TABLE
"SYS_IF_CONFIG_HEADER_B"
ADD
CONSTRAINT
"SYS_IF_CONFIG_HEADER_U1"
UNIQUE
(
"INTERFACE_CODE"
)
NOT
DEFERRABLE
INITIALLY
IMMEDIATE
NORELY
VALIDATE
;
-- ----------------------------
-- Checks structure for table SYS_IF_CONFIG_HEADER_B
-- ----------------------------
\ No newline at end of file
接口管理模块/table/SYS_IF_INVOKE_OUTBOUND.sql
View file @
7df24a1c
...
@@ -49,9 +49,6 @@ COMMENT ON COLUMN "SYS_IF_INVOKE_OUTBOUND"."STACKTRACE" IS '错误堆栈';
...
@@ -49,9 +49,6 @@ COMMENT ON COLUMN "SYS_IF_INVOKE_OUTBOUND"."STACKTRACE" IS '错误堆栈';
-- ----------------------------
-- ----------------------------
ALTER
TABLE
"SYS_IF_INVOKE_OUTBOUND"
ADD
CONSTRAINT
"SYS_IF_INVOKE_OUTBOUND_PK"
PRIMARY
KEY
(
"OUTBOUND_ID"
);
ALTER
TABLE
"SYS_IF_INVOKE_OUTBOUND"
ADD
CONSTRAINT
"SYS_IF_INVOKE_OUTBOUND_PK"
PRIMARY
KEY
(
"OUTBOUND_ID"
);
-- ----------------------------
-- Checks SEQUENCE
-- ----------------------------
CREATE
SEQUENCE
"SYS_IF_INVOKE_OUTBOUND_S"
MINVALUE
1
MAXVALUE
9999999999999999999999999999
INCREMENT
BY
1
START
WITH
10021
CACHE
20
NOORDER
NOCYCLE
CREATE
SEQUENCE
"SYS_IF_INVOKE_OUTBOUND_S"
MINVALUE
1
MAXVALUE
9999999999999999999999999999
INCREMENT
BY
1
START
WITH
10021
CACHE
20
NOORDER
NOCYCLE
...
...
接口管理模块/table/SYS_TOKEN_LOGS.sql
View file @
7df24a1c
...
@@ -48,7 +48,7 @@ ALTER TABLE "SYS_TOKEN_LOGS" ADD CONSTRAINT "PK_SYS_TOKEN_LOGS" PRIMARY KEY ("I
...
@@ -48,7 +48,7 @@ ALTER TABLE "SYS_TOKEN_LOGS" ADD CONSTRAINT "PK_SYS_TOKEN_LOGS" PRIMARY KEY ("I
-- ----------------------------
-- ----------------------------
-- SEQUENCE for table SYS_TOKEN_LOGS
-- SEQUENCE for table SYS_TOKEN_LOGS
-- ----------------------------
-- ----------------------------
CREATE
SEQUENCE
"SYS_TOKEN_LOGS_S"
MINVALUE
1
MAXVALUE
9999999999999999999999999999
INCREMENT
BY
1
START
WITH
10041
CACHE
20
NOORDER
NOCYCLE
CREATE
SEQUENCE
"SYS_TOKEN_LOGS_S"
MINVALUE
1
MAXVALUE
9999999999999999999999999999
INCREMENT
BY
1
START
WITH
10041
CACHE
20
NOORDER
NOCYCLE
;
-- ----------------------------
-- ----------------------------
-- Indexes structure for table SYS_TOKEN_LOGS
-- Indexes structure for table SYS_TOKEN_LOGS
...
...
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