Commit c222d4d6 authored by 李德才's avatar 李德才

AS_LIBRARY_FILE

parent 2c691e67
......@@ -1733,5 +1733,21 @@
</sql>
</version>
<version edition="64" description="AS_LIBRARY_FILE">
<sql creator="lidecai" createDate="20200825" note="AS_LIBRARY_FILE">
CREATE TABLE AS_LIBRARY_FILE
(
"ID" INTEGER NOT NULL,
"LIBRARY_ID" INTEGER,
"COLUMN_ID" INTEGER,
"ORGAN_ID" INTEGER,
"COLUMN_NAME" VARCHAR2(50),
"NAME" VARCHAR2(50),
NOT CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
</sql>
</version>
</update>
\ No newline at end of file
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