From a8654be04b366e8a70cf2218a68c56211fd353dc Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 7 Jun 2021 07:18:20 +0000 Subject: [PATCH] =?UTF-8?q?users.authplatform=20=EC=9D=B8=EC=A6=9D?= =?UTF-8?q?=ED=94=8C=EB=9E=AB=ED=8F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/DB/DB1.Scheme.txt | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 (