mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
10 lines
598 B
XML
10 lines
598 B
XML
<table name="member_autologin">
|
|
<column name="autologin_key" type="varchar" size="80" notnull="notnull" primary_key="primary_key" />
|
|
<column name="security_key" type="varchar" size="80" notnull="notnull" />
|
|
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
|
<column name="regdate" type="date" index="idx_regdate" />
|
|
<column name="ipaddress" type="varchar" size="80" />
|
|
<column name="last_visit" type="date" index="idx_last_visited" />
|
|
<column name="last_ipaddress" type="varchar" size="80" />
|
|
<column name="user_agent" type="varchar" size="160" />
|
|
</table>
|