This commit is contained in:
hodong13 2020-10-28 02:25:21 +00:00
parent 8be1828dca
commit 04f4441ddd
1 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,6 @@ create table users (
,userpass varchar (200) ,userpass varchar (200)
,username varchar (50) not null ,username varchar (50) not null
,usernameeng varchar (50) ,usernameeng varchar (50)
,rrnum varbinary (200) null
,gender tinyint ,gender tinyint
,birthday varbinary(200) null ,birthday varbinary(200) null
,email varbinary (200) ,email varbinary (200)
@ -857,7 +856,7 @@ create table payassign (
create table payusers ( create table payusers (
payno bigint not null payno bigint not null
,username varchar (50) not null ,username varchar (50) not null
,rrnum varbinary (200) ,userpno varbinary (200)
,mobile varbinary (200) ,mobile varbinary (200)
,email varbinary (200) ,email varbinary (200)
,post char (6) ,post char (6)