Commit 8b71763c authored by 岳宇航's avatar 岳宇航

2020-09-15 yyh AS_STORAGE表添加地址、库房号两个字段

parent 1beff6db
......@@ -1989,6 +1989,11 @@
</sql>
</version>
<version edition="79" description="库房表">
<sql creator="yueyuhang" createDate="20200915" note="库房表">
alter table AS_STORAGE add ADDRESS VARCHAR2(500);
alter table AS_STORAGE add STORAGE_NO 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