(201026) 회원가입시 본인인증 DI,CI(고유번호정보) ,VSSN(ipin) 추가
This commit is contained in:
parent
651d4f1ae7
commit
572a9dcc9c
|
|
@ -161,6 +161,9 @@ create table users (
|
|||
,slevel tinyint null
|
||||
,edus varchar (10)
|
||||
,remotekey int
|
||||
,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
|
||||
,primary key(userno));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue