mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +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
|
|
@ -14,5 +14,6 @@
|
|||
<column name="device_description" var="device_description" />
|
||||
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
<column name="last_active_date" var="last_active_date" default="curdate()" />
|
||||
</columns>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue