paytax.statecode 세금계산서 상태코드 컬럼 추가

This commit is contained in:
lch 2021-07-08 09:19:33 +00:00
parent 9cc9eff572
commit 99211a256b
1 changed files with 1 additions and 0 deletions

View File

@ -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 ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
,mgtkey varchar (24) ,mgtkey varchar (24)
,taxdatereq datetime ,taxdatereq datetime
,statecode INT(11) NULL DEFAULT NULL,
,primary key(taxno)); ,primary key(taxno));
create table paytaxitem ( create table paytaxitem (