Commit 2110f049 authored by 李德才's avatar 李德才

AS_RULE_CLASSIFY_LABEL

parent ebc5c0dc
...@@ -1766,6 +1766,22 @@ ...@@ -1766,6 +1766,22 @@
</version> </version>
<version edition="66" description="AS_RULE_CLASSIFY_LABEL">
<sql creator="lidecai" createDate="20200825" note="AS_RULE_CLASSIFY_LABEL">
CREATE TABLE AS_RULE_CLASSIFY_LABEL
(
"ID" INTEGER NOT NULL,
"ORGAN_ID" INTEGER,
"RULE" VARCHAR2(255),
"STAGE" VARCHAR2(50),
"TABLE_ID" INTEGER,
CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
</sql>
</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment