mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
5 lines
247 B
XML
5 lines
247 B
XML
<table name="counter_status">
|
|
<column name="regdate" type="date" primary_key="primary_key" />
|
|
<column name="unique_visitor" type="number" size="11" default="0" />
|
|
<column name="pageview" type="number" size="11" default="0" />
|
|
</table>
|