- countingmarker_page table
- Table of articles
describe countingmarker_page;
+--------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+---------------------+------+-----+---------+----------------+
| page_id | int(10) unsigned | NO | PRI | | auto_increment |
| marker_id | int(10) unsigned | YES | KEY | NULL | link to marker |
| page_length | bigint(20) unsigned | NO | | 0 | text length |
+--------------+---------------------+------+-----+---------+----------------+