From 99211a256b276848d75e6bfcb8515c4a216e9472 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 8 Jul 2021 09:19:33 +0000 Subject: [PATCH] =?UTF-8?q?paytax.statecode=20=EC=84=B8=EA=B8=88=EA=B3=84?= =?UTF-8?q?=EC=82=B0=EC=84=9C=20=EC=83=81=ED=83=9C=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=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 9992a99..2cd3b20 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -1007,6 +1007,7 @@ create table paytax ( ,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 + ,statecode INT(11) NULL DEFAULT NULL, ,primary key(taxno)); create table paytaxitem (