diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index 8979428..8bc7757 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -155,15 +155,26 @@ create table users ( ,eastereggkey int ,eetime datetime ,kfcfyear tinyint - ,isassignuser tinyint not null default 1 - ,uduty varchar (20) null - ,slevel tinyint null + ,isassignuser tinyint not null default 1 ,edus varchar (10) ,remotekey int + ,cdt datetime not null + ,cno bigint not NULL + ,udt datetime not null + ,uno bigint not NULL + ,uip varchar(50) not NULL + ,ccpositionetc VARCHAR(50) NULL DEFAULT NULL , + ,jointype TINYINT(4) NOT NULL, + ,snsid VARCHAR(50) NULL DEFAULT NULL , + ,isacceptmobile TINYINT(4) NOT NULL, + ,uduty VARCHAR(20) NULL DEFAULT NULL , + ,slevel TINYINT(4) NULL DEFAULT NULL, + `birthday` VARBINARY(200) NULL DEFAULT NULL, ,vssn varchar(100) ,di varchar(100) - ,ci varchar(100) - ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL + ,ci varchar(100) + ,ischkat TINYINT(4) NOT NULL DEFAULT 0, + ,authplatform TINYINT(4) NOT NULL DEFAULT 0, ,primary key(userno)); create table errors (