Extension:HitCounters/hit counter table
- hit_counter table
describe hit_counter; +--------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+---------------------+------+-----+---------+----------------+ | page_id | int(8) unsigned | NO | PRI | NULL | auto_increment | | page_counter | bigint(20) unsigned | NO | MUL | 0 | | +--------------+---------------------+------+-----+---------+----------------+
SQL statement to (re)create table:
create table hit_counter(page_id int(8),page_counter bigint(20));
See also
edit- Manual:Hitcounter table (MediaWiki versions: 1.2 – 1.24)