Extension:WikimediaEditorTasks/Schema/wikimedia editor tasks counts

From mediawiki.org

Stores counts per user and language of actions meeting the criteria for implemented counters.

Fields[edit]

wetc_user[edit]

  • User's central ID

wetc_key_id[edit]

  • Numeric counter ID

wetc_lang[edit]

  • Language code for this count

wetc_count[edit]

  • 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       |       |
+-------------+------------------+------+-----+---------+-------+