- countingmarker_counter table
- Archive of hitcounter
describe countingmarker_counter;
+--------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+---------------------+------+-----+---------+----------------+
| id | bigint(20) unsigned | NO | PRI | | auto_increment |
| page_id | int(10) unsigned | NO | KEY | | |
| date | date | YES | | NULL | date of saving |
| page_counter | bigint(20) unsigned | NO | | 0 | article visits |
| page_length | bigint(20) unsigned | NO | | 0 | text length |
+--------------+---------------------+------+-----+---------+----------------+