Manuel:table watchlist_expiry

This page is a translated version of the page Manual:Watchlist expiry table and the translation is 100% complete.
Manuel:Contenu Schéma de base de données MédiaWiki table watchlist_expiry
Version de MediaWiki :
1.35

La table watchlist_expiry est l'endroit où MediaWiki enregistre les informations concernant l'expiration des éléments de la liste de suivi.

Champs

we_item

Clé pour watchlist.wl_id.

we_expiry

Date d'expiration en tant qu'horodatage MediaWiki.

Résumé du schéma

Version de MediaWiki :
1.35

DESCRIBE watchlist_expiry;

+-----------+------------------+------+-----+---------+-------+
| Field     | Type             | Null | Key | Default | Extra |
+-----------+------------------+------+-----+---------+-------+
| we_item   | int(10) unsigned | NO   | PRI | NULL    |       |
| we_expiry | binary(14)       | NO   | MUL | NULL    |       |
+-----------+------------------+------+-----+---------+-------+

Index

Version de MediaWiki :
1.35

SHOW INDEX IN watchlist_expiry;

+------------------+------------+-----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table            | Non_unique | Key_name  | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+------------------+------------+-----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| watchlist_expiry |          0 | PRIMARY   |            1 | we_item     | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
| watchlist_expiry |          1 | we_expiry |            1 | we_expiry   | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
+------------------+------------+-----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+

Voir aussi