Extension:PageTriage/pagetriage tags table

mysql> describe pagetriage_tags;
+---------------+------------------+------+-----+---------+----------------+
| Field         | Type             | Null | Key | Default | Extra          |
+---------------+------------------+------+-----+---------+----------------+
| ptrt_tag_id   | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| ptrt_tag_name | varbinary(20)    | NO   | UNI | NULL    |                |
| ptrt_tag_desc | varbinary(255)   | NO   |     | NULL    |                |
+---------------+------------------+------+-----+---------+----------------+

PageTriage keeps data for some pages, called "tags". On the English Wikipedia, as of May 17, 2021, the following 21 tags are used. Other Wikipedias do not have PageTriage installed.

ptrt_tag_idptrt_tag_nameptrt_tag_desc
1linkcountNumber of inbound links
2category_countCategory mapping count
3csd_statusCSD status
4prod_statusPROD status
5blp_prod_statusBLP PROD status
6afd_statusAFD status
7rev_countNumber of edits to the article
8page_lenNumber of bytes of article
9snippetBeginning of article snippet
10user_nameUser name
11user_editcountUser total edit
12user_creation_dateUser registration date
13user_autoconfirmedCheck if user is autoconfirmed
14user_botCheck if user is in bot group
15user_block_statusCheck if user is blocked site-wide
16user_idUser id
17referenceCheck if page has references
18user_experienceExperience level: newcomer, learner, experienced or anonymous
19copyvioLatest revision ID that has been tagged as a likely copyright violation, if any
20afc_stateThe submission state of drafts
21recreatedCheck if the page has been previously deleted.
Category:Wikimedia extension database tables#pagetriage tags%20table