库区表修改

This commit is contained in:
JinLu.Yin 2022-05-07 22:50:09 +08:00
parent 3451897e9d
commit 417c63277d
2 changed files with 11 additions and 10 deletions

View File

@ -32,6 +32,7 @@ create table wm_storage_location (
location_name varchar(255) not null comment '库区名称',
warehouse_id bigint(20) not null comment '仓库ID',
area double(12,2) comment '面积',
area_flag char(1) default 'N' comment '是否开启库位管理',
remark varchar(500) default '' comment '备注',
attr1 varchar(64) default null comment '预留字段1',
attr2 varchar(255) default null comment '预留字段2',