Commit 0f2920b2 authored by 李德才's avatar 李德才

Merge remote-tracking branch 'origin/SZDAS_V2.0' into SZDAS_V2.0

parents b9964af7 4f8c9a93
......@@ -2001,12 +2001,10 @@
<sql creator="chengYaqing" createDate="20200916" note="关联表">
alter TABLE AS_CONFIG_RELATION drop column FIXED;
alter TABLE AS_CONFIG_RELATION drop column COMPOSE;
alter TABLE AS_CONFIG_RELATION add (
TABLE_ID number(9,0),
COLUMN_ID varchar2(100),
TYPE number(3,0),
SECOND_TYPE number(3,0)
);
alter TABLE AS_CONFIG_RELATION add TABLE_ID number(9,0);
alter TABLE AS_CONFIG_RELATION add COLUMN_ID varchar2(100);
alter TABLE AS_CONFIG_RELATION add TYPE number(3,0);
alter TABLE AS_CONFIG_RELATION add SECOND_TYPE number(3,0);
</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