Extension:WikimediaEditorTasks/Schema/wikimedia editor tasks keys

From mediawiki.org

Associates counter identifier strings defined in the extension config with numeric IDs.

Fields[edit]

wet_id[edit]

  • Numeric ID for this counter

wet_key[edit]

  • Key string for this counter, defined in the extension config
+---------+------------------+------+-----+---------+----------------+
| Field   | Type             | Null | Key | Default | Extra          |
+---------+------------------+------+-----+---------+----------------+
| wet_id  | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| wet_key | varbinary(255)   | NO   | UNI | NULL    |                |
+---------+------------------+------+-----+---------+----------------+