This commit is contained in:
parent
8be1828dca
commit
04f4441ddd
|
|
@ -124,7 +124,6 @@ create table users (
|
|||
,userpass varchar (200)
|
||||
,username varchar (50) not null
|
||||
,usernameeng varchar (50)
|
||||
,rrnum varbinary (200) null
|
||||
,gender tinyint
|
||||
,birthday varbinary(200) null
|
||||
,email varbinary (200)
|
||||
|
|
@ -857,7 +856,7 @@ create table payassign (
|
|||
create table payusers (
|
||||
payno bigint not null
|
||||
,username varchar (50) not null
|
||||
,rrnum varbinary (200)
|
||||
,userpno varbinary (200)
|
||||
,mobile varbinary (200)
|
||||
,email varbinary (200)
|
||||
,post char (6)
|
||||
|
|
|
|||
Loading…
Reference in New Issue