users.authplatform 인증플랫폼 추가
This commit is contained in:
parent
00a43b4acb
commit
a8654be04b
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue