mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#18931132 - 환경에 따라 XML을 파싱하지 못할 수 있는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7499 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1becfa3ca4
commit
746b03b14a
117 changed files with 179 additions and 179 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<column name="password" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="email_id" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="email_host" type="varchar" size="160" index="idx_email_host" />
|
||||
<column name="user_name" type="varchar" size="40" notnull="notnull"/>
|
||||
<column name="nick_name" type="varchar" size="40" notnull="notnull" unique="unique_nick_name"/>
|
||||
<column name="user_name" type="varchar" size="40" notnull="notnull" />
|
||||
<column name="nick_name" type="varchar" size="40" notnull="notnull" unique="unique_nick_name" />
|
||||
<column name="homepage" type="varchar" size="250" />
|
||||
<column name="blog" type="varchar" size="250" />
|
||||
<column name="birthday" type="char" size="8" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<table name="member_auth_mail">
|
||||
<column name="auth_key" type="varchar" size="60" notnull="notnull" unique="unique_key"/>
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<table name="member_openid_nonce">
|
||||
<column name="nonce" type="char" size="8" notnull="notnull" primary_key="primary_key"/>
|
||||
<column name="nonce" type="char" size="8" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="expires" type="number" size="11" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue