rhymix/modules/counter/schemas/counter_status.xml
2025-09-04 01:03:37 +09:00

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>