#201 #9 이메일 인증 시스템 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-15 07:57:19 +00:00
parent 649805bd3a
commit e2b5b6c2cc
32 changed files with 473 additions and 9 deletions

View file

@ -0,0 +1,7 @@
<table name="member_auth_mail">
<column name="auth_key" type="varchar" size="60" notnull="notnull" unique="unique_key"/>
<column name="member_srl" type="number" size="11" notnull="notnull" unique="unique_key" />
<column name="user_id" type="varchar" size="80" notnull="notnull" />
<column name="new_password" type="varchar" size="80" notnull="notnull" />
<column name="regdate" type="date" index="idx_regdate" />
</table>