From 9e18f29af29c391be1eb1f30119eb5b671c92669 Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 18 Jan 2021 06:59:12 +0000 Subject: [PATCH] --- Dao/DB/DB1.Scheme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index 8d69562..d344cf1 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -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));