paytax.taxdatereq 발행요청일 컬럼 추가

This commit is contained in:
lch 2021-07-08 01:03:05 +00:00
parent 1ea26a3e08
commit 31afafcbd7
1 changed files with 1 additions and 0 deletions

View File

@ -1004,6 +1004,7 @@ create table paytax (
,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) ,mgtkey varchar (24)
,taxdatereq datetime
,primary key(taxno)); ,primary key(taxno));
create table paytaxitem ( create table paytaxitem (