From f9e11954bde117ad22c01a877e8b84860a7841fb Mon Sep 17 00:00:00 2001 From: lch Date: Tue, 18 May 2021 01:11:53 +0000 Subject: [PATCH] =?UTF-8?q?cm.isaccommodate=20=ED=95=A9=EC=88=99=EC=97=AC?= =?UTF-8?q?=EB=B6=80=20=EC=BB=AC=EB=9F=BC=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/DB/DB1.Scheme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index f3d5908..4522a61 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -418,6 +418,7 @@ create table cm ( ,iscertificate tinyint not null default 1 ,isdel tinyint not null ,studydays int + `isaccommodate` TINYINT(4) NOT NULL DEFAULT '0', ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL ,primary key(cmno));