Extension:WikimediaEditorTasks/Schema/wikimedia editor tasks targets passed

Stores per-user records of having met target count(s) for defined counters.

Fields edit

wettp_user edit

  • Central user ID

wettp_key_id edit

  • Numeric ID for this counter

wettp_count edit

  • Target count passed

wettp_effective_time edit

  • Timestamp at which the effect of meeting the target should begin
+----------------------+------------------+------+-----+----------------+-------+
| Field                | Type             | Null | Key | Default        | Extra |
+----------------------+------------------+------+-----+----------------+-------+
| wettp_user           | int(10) unsigned | NO   | PRI | NULL           |       |
| wettp_key_id         | int(10) unsigned | NO   | PRI | NULL           |       |
| wettp_count          | int(10) unsigned | NO   | PRI | NULL           |       |
| wettp_effective_time | binary(14)       | NO   |     | 19700101000000 |       |
+----------------------+------------------+------+-----+----------------+-------+