Commit ea7930fa authored by 张龙发's avatar 张龙发

编研管理添加名称简述字段,创建序列

parent 6ea651d4
......@@ -3078,5 +3078,18 @@ commit;
</sql>
</version>
<version edition="151" description="编研管理添加名称简述字段,创建序列">
<sql creator="zhanglongfa" createDate="20210407" note="编研管理添加名称简述字段,创建序列">
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
\ No newline at end of file
......@@ -3029,4 +3029,17 @@ commit;
comment on column AS_SYSTEM."MICRO_APP" is '微前端路径';
</sql>
</version>
<version edition="147" description="编研管理添加名称简述字段,创建序列">
<sql creator="zhanglongfa" createDate="20210407" note="编研管理添加名称简述字段,创建序列">
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
\ No newline at end of file
......@@ -3068,4 +3068,17 @@ commit;
comment on column "AS_SQL_LOG"."SQL_TYPE" is 'sql类型';
</sql>
</version>
<version edition="148" description="编研管理添加名称简述字段,创建序列">
<sql creator="zhanglongfa" createDate="20210407" note="编研管理添加名称简述字段,创建序列">
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
\ No newline at end of file
......@@ -232,4 +232,17 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di
commit;
</sql>
</version>
<version edition="14" description="编研管理添加名称简述字段,创建序列">
<sql creator="zhanglongfa" createDate="20210407" note="编研管理添加名称简述字段,创建序列">
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
......@@ -3077,4 +3077,17 @@ commit;
comment on column "AS_SQL_LOG"."SQL_TYPE" is 'sql类型';
</sql>
</version>
<version edition="148" description="编研管理添加名称简述字段,创建序列">
<sql creator="zhanglongfa" createDate="20210407" note="编研管理添加名称简述字段,创建序列">
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</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