paytax.mgtkey varchar 24 문서번호-팝빌연동용 컬럼추가
This commit is contained in:
parent
02f854807b
commit
4b516f4c33
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue