paytax.statecode 세금계산서 상태코드 컬럼 추가
This commit is contained in:
parent
9cc9eff572
commit
99211a256b
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue