From 31afafcbd7366a13e3c58b1c729f5f786c7bbd69 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 8 Jul 2021 01:03:05 +0000 Subject: [PATCH] =?UTF-8?q?paytax.taxdatereq=20=EB=B0=9C=ED=96=89=EC=9A=94?= =?UTF-8?q?=EC=B2=AD=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index 56f90c6..d8ccfa4 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -1004,6 +1004,7 @@ create table paytax ( ,iscancel tinyint not null ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL ,mgtkey varchar (24) + ,taxdatereq datetime ,primary key(taxno)); create table paytaxitem (