mysql> describe wikimedia_editor_tasks_counts;
+-------------------+------------------+------+-----+---------+-------+
| 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(32) | NO | PRI | NULL | |
| wetc_count | int(10) unsigned | NO | | 0 | |
| wetc_revert_count | int(10) unsigned | NO | | 0 | |
+-------------------+------------------+------+-----+---------+-------+