工装夹具管理编码去掉必填
This commit is contained in:
parent
cbd027b507
commit
651fff7ef9
@ -29,7 +29,7 @@ create table tm_tool_type (
|
||||
drop table if exists tm_tool;
|
||||
create table tm_tool (
|
||||
tool_id bigint(20) not null auto_increment comment '工装夹具ID',
|
||||
tool_code varchar(64) not null comment '工装夹具编码',
|
||||
tool_code varchar(64) comment '工装夹具编码',
|
||||
tool_name varchar(255) not null comment '工装夹具名称',
|
||||
brand varchar(255) comment '品牌',
|
||||
spec varchar(255) comment '型号',
|
||||
|
Loading…
Reference in New Issue
Block a user