- countingmarker_marker table
- Table of counting markers
describe countingmarker_marker;
+--------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+---------------------+------+-----+---------+----------------+
| id | int(10) unsigned | NO | PRI | | auto_increment |
| server | int(2) unsigned | NO | UNI | | * |
| public_key | varchar(32) | NO | UNI | | * |
| private_key | varchar(32) | NO | UNI | | * |
| page_id | int(10) unsigned | NO | | NULL | link to article|
+--------------+---------------------+------+-----+---------+----------------+
- * Provided from VG Wort