From 16a9dc401ffb488c9a26f1a9ca059210d9d25f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=91=9E=E8=B6=85?= <281809423@qq.com> Date: Tue, 3 Nov 2020 09:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=A8=A1=E6=9D=BF=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/business_20201010.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/business_20201010.sql b/sql/business_20201010.sql index 79c31fd6f..eae43744e 100644 --- a/sql/business_20201010.sql +++ b/sql/business_20201010.sql @@ -29,7 +29,7 @@ drop table if exists contract_type; create table contract_type ( id bigint(20) not null auto_increment comment 'ID', name varchar(50) not null comment '分类名称', - english_name varchar(50) not null comment '', + english_name varchar(50) not null comment '英文名称', del_flag char(1) default '0' comment '删除标志(0代表存在 2代表删除)', create_by varchar(64) default '' comment '创建者', create_time datetime comment '创建时间',