mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Separate phone number field into number, country, and type
This commit is contained in:
parent
c09d2a773d
commit
7815378607
6 changed files with 53 additions and 8 deletions
|
|
@ -3,7 +3,9 @@
|
|||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="phone_number" var="phone_number" notnull="notnull" />
|
||||
<column name="phone_number" var="phone_number" />
|
||||
<column name="phone_country" var="phone_country" />
|
||||
<column name="phone_type" var="phone_type" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue