users.authplatform 인증플랫폼 추가
This commit is contained in:
parent
00a43b4acb
commit
a8654be04b
|
|
@ -155,15 +155,26 @@ create table users (
|
||||||
,eastereggkey int
|
,eastereggkey int
|
||||||
,eetime datetime
|
,eetime datetime
|
||||||
,kfcfyear tinyint
|
,kfcfyear tinyint
|
||||||
,isassignuser tinyint not null default 1
|
,isassignuser tinyint not null default 1
|
||||||
,uduty varchar (20) null
|
|
||||||
,slevel tinyint null
|
|
||||||
,edus varchar (10)
|
,edus varchar (10)
|
||||||
,remotekey int
|
,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)
|
,vssn varchar(100)
|
||||||
,di varchar(100)
|
,di varchar(100)
|
||||||
,ci 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
|
,ischkat TINYINT(4) NOT NULL DEFAULT 0,
|
||||||
|
,authplatform TINYINT(4) NOT NULL DEFAULT 0,
|
||||||
,primary key(userno));
|
,primary key(userno));
|
||||||
|
|
||||||
create table errors (
|
create table errors (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue