< Extension:WikimediaEditorTasks < Schema
Stores counts per user and language of actions meeting the criteria for implemented counters.
Fields
wetc_user
- User's central ID
wetc_key_id
- Numeric counter ID
wetc_lang
- Language code for this count
wetc_count
- Current counter value
+-------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------+------------------+------+-----+---------+-------+ | wetc_user | int(10) unsigned | NO | PRI | NULL | | | wetc_key_id | int(10) unsigned | NO | PRI | NULL | | | wetc_lang | varbinary(255) | NO | PRI | NULL | | | wetc_count | int(10) unsigned | NO | | 0 | | +-------------+------------------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.