cm.isaccommodate 합숙여부 컬럼추가

This commit is contained in:
lch 2021-05-18 01:11:53 +00:00
parent 794136f3f3
commit f9e11954bd
1 changed files with 1 additions and 0 deletions

View File

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