mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
8 lines
488 B
XML
8 lines
488 B
XML
<table name="counter_log">
|
|
<column name="id" type="bigint" notnull="notnull" primary_key="primary_key" auto_increment="auto_increment" />
|
|
<column name="site_srl" type="bigint" notnull="notnull" default="0" />
|
|
<column name="regdate" type="date" notnull="notnull" />
|
|
<column name="ipaddress" type="varchar" size="60" notnull="notnull" />
|
|
<column name="user_agent" type="varchar" size="250" />
|
|
<index name="idx_regdate_ipaddress" columns="regdate(8),ipaddress" />
|
|
</table>
|