This commit is contained in:
hyunho 2021-01-18 06:59:12 +00:00
parent aa72be2acc
commit 9e18f29af2
1 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,7 @@ create table cm (
,typejob varchar(100) null
,iscertificate tinyint not null default 1
,isdel tinyint not null
,studydays int
,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
,primary key(cmno));
@ -1029,6 +1030,8 @@ create table lect (
,cmisno bigint null
,completetime datetime
,completeno varchar(50)
,sdate datetime
,edate datetime
,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
,primary key(lectno));