Extension:FlaggedRevs/flaggedtemplates table

From mediawiki.org
mysql> describe flaggedtemplates;
+---------------+------------------+------+-----+---------+-------+
| Field         | Type             | Null | Key | Default | Extra |
+---------------+------------------+------+-----+---------+-------+
| ft_rev_id     | int(10) unsigned | NO   | PRI | NULL    |       |
| ft_namespace  | int(11)          | NO   | PRI | 0       |       |
| ft_title      | varbinary(255)   | NO   | PRI |         |       |
| ft_tmp_rev_id | int(10) unsigned | YES  |     | NULL    |       |
+---------------+------------------+------+-----+---------+-------+