mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
14 lines
668 B
XML
14 lines
668 B
XML
<query id="insertAuthMail" action="insert">
|
|
<tables>
|
|
<table name="member_auth_mail" />
|
|
</tables>
|
|
<columns>
|
|
<column name="auth_key" var="auth_key" notnull="notnull" minlength="1" maxlength="60" />
|
|
<column name="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
|
<column name="user_id" var="user_id" notnull="notnull" />
|
|
<column name="new_password" var="new_password" notnull="notnull" />
|
|
<column name="auth_type" var="auth_type" default="password_v1" />
|
|
<column name="is_register" var="is_register" default="N" />
|
|
<column name="regdate" default="curdate()" />
|
|
</columns>
|
|
</query>
|