Commit 5b499a20 authored by 岳宇航's avatar 岳宇航

修改AS_STORAGE 表 STORAGE_NO字段长度

parent 8b71763c
......@@ -1992,7 +1992,7 @@
<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);
alter table AS_STORAGE add STORAGE_NO VARCHAR2(100);
</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