Extension:HitCounters/hit counter table
Appearance
From mediawiki.org
- 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:
createtablehit_counter(page_idint(8),page_counterbigint(20));
See also
[edit ]- Manual:Hitcounter table (MediaWiki versions: 1.2 – 1.24)