Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
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
15所TongWeb
aserver
Commits
0ed6461c
Commit
0ed6461c
authored
Sep 16, 2020
by
岳宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20200916 库房管理添加库房号配置表
parent
5b499a20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+32
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
0ed6461c
...
...
@@ -1996,4 +1996,35 @@
</sql>
</version>
<version
edition=
"80"
description=
"创建库房号配置表表单"
>
<sql
creator=
"yueyuhang"
createDate=
"20200916"
note=
"创建库房号配置表表单"
>
CREATE TABLE "AS_STORAGENO_DEPLOY"
(
"ID" NUMBER(9,0) NOT NULL,
"PARENT_ID" VARCHAR2(64),
"PARENT_IDS" VARCHAR2(64),
"NAME" VARCHAR2(64),
"STORAGE_ID" VARCHAR2(64),
"GRADES" VARCHAR2(64),
CLUSTER PRIMARY KEY("ID"),
UNIQUE("ID"))
STORAGE(ON "MAIN", CLUSTERBTR) ;
COMMENT ON TABLE
"AS_STORAGENO_DEPLOY" IS '库房号配置表表单';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."ID" IS '主键id';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."PARENT_ID" IS '父ID';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."PARENT_IDS" IS '父IDS';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."NAME" IS '名称';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."STORAGE_ID" IS '关联库房ID';
COMMENT ON COLUMN
"AS_STORAGENO_DEPLOY"."GRADES" IS '档级';
</sql>
</version>
</update>
\ 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