mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
Add last active date to member_devices table
This commit is contained in:
parent
e87bd70e98
commit
5ea9d52b0c
6 changed files with 31 additions and 3 deletions
|
|
@ -9,5 +9,6 @@
|
|||
<column name="device_model" type="varchar" size="40" notnull="notnull" />
|
||||
<column name="device_description" type="varchar" size="200" />
|
||||
<column name="regdate" type="date" notnull="notnull" index="idx_regdate" />
|
||||
<column name="last_active_date" type="date" notnull="notnull" index="idx_last_active_date" />
|
||||
<column name="ipaddress" type="varchar" size="120" notnull="notnull" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue