users.authplatform 인증플랫폼 추가

This commit is contained in:
lch 2021-06-07 07:18:20 +00:00
parent 00a43b4acb
commit a8654be04b
1 changed files with 16 additions and 5 deletions

View File

@ -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 (