mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Update member queries to add data to phone_number column
This commit is contained in:
parent
2c221019e4
commit
e47462fb32
3 changed files with 14 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
<column name="user_name" var="user_name" notnull="notnull" minlength="2" maxlength="40" />
|
||||
<column name="nick_name" var="nick_name" notnull="notnull" minlength="2" maxlength="40" />
|
||||
<column name="user_id" var="user_id" notnull="notnull" />
|
||||
<column name="email_address" var="email_address" notnull="notnull"/>
|
||||
<column name="email_address" var="email_address" notnull="notnull" />
|
||||
<column name="phone_number" var="phone_number" />
|
||||
<column name="email_id" var="email_id" />
|
||||
<column name="email_host" var="email_host" />
|
||||
<column name="find_account_question" var="find_account_question" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue