From 4b516f4c33d55afbd15ce006c8ba6c9b61883cbb Mon Sep 17 00:00:00 2001 From: lch Date: Fri, 23 Apr 2021 01:05:05 +0000 Subject: [PATCH] =?UTF-8?q?paytax.mgtkey=09varchar=0924=09=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=EB=B2=88=ED=98=B8-=ED=8C=9D=EB=B9=8C=EC=97=B0?= =?UTF-8?q?=EB=8F=99=EC=9A=A9=20=EC=BB=AC=EB=9F=BC=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 2ec0968..0189947 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -988,6 +988,7 @@ create table paytax ( ,isreceipt tinyint not null ,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) ,primary key(taxno)); create table paytaxitem (