This commit is contained in:
parent
aa72be2acc
commit
9e18f29af2
|
|
@ -417,6 +417,7 @@ create table cm (
|
||||||
,typejob varchar(100) null
|
,typejob varchar(100) null
|
||||||
,iscertificate tinyint not null default 1
|
,iscertificate tinyint not null default 1
|
||||||
,isdel tinyint not null
|
,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
|
,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));
|
||||||
|
|
||||||
|
|
@ -1029,6 +1030,8 @@ create table lect (
|
||||||
,cmisno bigint null
|
,cmisno bigint null
|
||||||
,completetime datetime
|
,completetime datetime
|
||||||
,completeno varchar(50)
|
,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
|
,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
|
||||||
,primary key(lectno));
|
,primary key(lectno));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue