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));