< Extension:HitCounters
- 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
- Manual:Hitcounter table (MediaWiki versions: 1.2 – 1.24)
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.