From 9cc9eff5720d939245369e60db7e8ed590bcd5c7 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 8 Jul 2021 06:09:30 +0000 Subject: [PATCH] =?UTF-8?q?pplog.isreceipt=20:=20=EC=84=B8=EA=B8=88?= =?UTF-8?q?=EA=B3=84=EC=82=B0=EC=84=9C=20=EC=98=81=EC=88=98,=EC=B2=AD?= =?UTF-8?q?=EA=B5=AC=EA=B5=AC=EB=B6=84=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20pplog.taxdatereq=20:=20=EC=84=B8=EA=B8=88=EA=B3=84?= =?UTF-8?q?=EC=82=B0=EC=84=9C=20=EB=B0=9C=ED=96=89=EC=9A=94=EC=B2=AD?= =?UTF-8?q?=EC=9D=BC=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/DB/DB1.Scheme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index d8ccfa4..9992a99 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -739,9 +739,11 @@ create table pplog ( ,isassignuser tinyint not null default 1 ,uduty varchar (20) ,slevel tinyint + ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL ,isaccommodation tinyint ,association VARCHAR(100) NULL DEFAULT NULL - ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL + ,isreceipt TINYINT(4) NULL DEFAULT NULL, + ,taxdatereq DATETIME NULL DEFAULT NULL ,primary key(pplno));