mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
5 lines
280 B
XML
5 lines
280 B
XML
<table name="counter_status">
|
|
<column name="regdate" type="int" notnull="notnull" primary_key="primary_key" />
|
|
<column name="unique_visitor" type="bigint" notnull="notnull" default="0" />
|
|
<column name="pageview" type="bigint" notnull="notnull" default="0" />
|
|
</table>
|