This commit is contained in:
hyunho 2020-12-24 04:16:29 +00:00
parent 8c0398c836
commit f07859b8f8
1 changed files with 1 additions and 0 deletions

View File

@ -769,6 +769,7 @@ create table pay (
,iscashrct tinyint null
,cashrcthp varbinary (200) null
,pplno bigint null
,isbill tinyint null
,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL
,primary key(payno));