This commit is contained in:
parent
8c0398c836
commit
f07859b8f8
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue