mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix #797 add ipaddress column to member table
This commit is contained in:
parent
66a6834204
commit
2a6f991655
4 changed files with 33 additions and 5 deletions
|
|
@ -18,9 +18,11 @@
|
|||
<column name="allow_mailing" type="char" size="1" default="Y" notnull="notnull" index="idx_allow_mailing" />
|
||||
<column name="allow_message" type="char" size="1" default="Y" notnull="notnull" />
|
||||
<column name="denied" type="char" size="1" default="N" index="idx_is_denied" />
|
||||
<column name="limit_date" type="date" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="ipaddress" type="varchar" size="128" index="idx_ipaddress" />
|
||||
<column name="last_login" type="date" index="idx_last_login" />
|
||||
<column name="last_login_ipaddress" type="varchar" size="128" index="idx_last_login_ipaddress" />
|
||||
<column name="limit_date" type="date" />
|
||||
<column name="change_password_date" type="date" />
|
||||
<column name="is_admin" type="char" size="1" default="N" index="idx_is_admin" />
|
||||
<column name="description" type="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue