数据库设计变更提交
This commit is contained in:
@@ -221,13 +221,13 @@ create table md_workstation (
|
||||
process_id bigint(20) comment '工序ID',
|
||||
process_code varchar(64) comment '工序编码',
|
||||
process_name varchar(255) comment '工序名称',
|
||||
warehouse_id bigint(20) comment '线边库ID',
|
||||
warehouse_id bigint(20) not null comment '线边库ID',
|
||||
warehouse_code varchar(64) comment '线边库编码',
|
||||
warehouse_name varchar(255) comment '线边库名称',
|
||||
location_id bigint(20) comment '库区ID',
|
||||
location_id bigint(20) not null comment '库区ID',
|
||||
location_code varchar(64) comment '库区编码',
|
||||
location_name varchar(255) comment '库区名称',
|
||||
area_id bigint(20) comment '库位ID',
|
||||
area_id bigint(20) not null comment '库位ID',
|
||||
area_code varchar(64) comment '库位编码',
|
||||
area_name varchar(255) comment '库位名称',
|
||||
enable_flag char(1) default 'Y' not null comment '是否启用',
|
||||
|
||||
Reference in New Issue
Block a user