Commit d0b7ee5d authored by 成亚卿's avatar 成亚卿

创建表

parent 4eb20b64
......@@ -2109,4 +2109,17 @@
</sql>
</version>
<version edition="88" description="创建关联关系表">
<sql creator="ChengYaqing" createDate="20201015" note="创建关联关系表">
create table AS_RULE_TABLE_RELATION (
ID number(9,0) primary key,
AJCOLUMN varchar2(150),
JNCOLUMN varchar2(150),
ORGAN_ID number(9,0),
TABLE_ID number(9,0),
OPERATE varchar2(50)
);
</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