paytax.taxdatereq 발행요청일 컬럼 추가
This commit is contained in:
parent
1ea26a3e08
commit
31afafcbd7
|
|
@ -1004,6 +1004,7 @@ create table paytax (
|
|||
,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)
|
||||
,taxdatereq datetime
|
||||
,primary key(taxno));
|
||||
|
||||
create table paytaxitem (
|
||||
|
|
|
|||
Loading…
Reference in New Issue