cm.isaccommodate 합숙여부 컬럼추가
This commit is contained in:
parent
794136f3f3
commit
f9e11954bd
|
|
@ -418,6 +418,7 @@ create table cm (
|
||||||
,iscertificate tinyint not null default 1
|
,iscertificate tinyint not null default 1
|
||||||
,isdel tinyint not null
|
,isdel tinyint not null
|
||||||
,studydays int
|
,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
|
,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
|
||||||
,primary key(cmno));
|
,primary key(cmno));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue