Commit 54c3d8f3 authored by 岳宇航's avatar 岳宇航

20200917 岳宇航 库房出库表 添加标题、单位、出库目的三个字段

parent 156f65cd
......@@ -2010,7 +2010,7 @@
<version edition="80" description="创建库房号配置表表单">
<version edition="81" description="创建库房号配置表表单">
<sql creator="yueyuhang" createDate="20200916" note="创建库房号配置表表单">
CREATE TABLE "AS_STORAGENO_DEPLOY"
(
......@@ -2040,4 +2040,13 @@
</sql>
</version>
<version edition="82" description="库房出库表">
<sql creator="yueyuhang" createDate="20200917" note="库房出库表">
alter table AS_ACCESS_OUT add TITLE VARCHAR2(100);
alter table AS_ACCESS_OUT add UNIT VARCHAR2(64);
alter table AS_ACCESS_OUT add PURPOSE VARCHAR2(500);
</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