Commit b650cec5 authored by 杨日斐's avatar 杨日斐

创建年报设置表

parent d0b7ee5d
...@@ -2122,4 +2122,16 @@ ...@@ -2122,4 +2122,16 @@
</sql> </sql>
</version> </version>
<version edition="89" description="创建年报设置表">
<sql creator="yangrifei" createDate="20201023" note="创建年报设置表">
CREATE "AS_ANNUAL_SET"
(
"ID" INT NOT NULL,
"CODE" INT,
"NUMBER" INT DEFAULT 0 NOT NULL,
"CONDITION" VARCHAR2(255),
NOT CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
</sql>
</version>
</update> </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