From 651fff7ef9e5f3b06de4185bff78865532653af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yinjinlu-pc=5C=E5=B0=B9=E9=87=91=E8=B7=AF?= <411641505@qq.com> Date: Sun, 12 Nov 2023 20:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=A3=85=E5=A4=B9=E5=85=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=BC=96=E7=A0=81=E5=8E=BB=E6=8E=89=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/设计文档/数据库设计/mes-tm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/设计文档/数据库设计/mes-tm.sql b/doc/设计文档/数据库设计/mes-tm.sql index 29f52aa..d5ed492 100644 --- a/doc/设计文档/数据库设计/mes-tm.sql +++ b/doc/设计文档/数据库设计/mes-tm.sql @@ -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 '型号',