paytax.mgtkey varchar 24 문서번호-팝빌연동용 컬럼추가

This commit is contained in:
lch 2021-04-23 01:05:05 +00:00
parent 02f854807b
commit 4b516f4c33
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ create table paytax (
,isreceipt tinyint not null ,isreceipt tinyint not null
,iscancel 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 ,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)); ,primary key(taxno));
create table paytaxitem ( create table paytaxitem (