Jump to content
MediaWiki

Manual:watchlist_expiry table

From mediawiki.org
Manual:Contents MediaWiki database layout watchlist_expiry table
MediaWiki version:
≥ 1.35

The watchlist_expiry table is where MediaWiki stores information about the expiry of watchlist items.

Fields

[edit ]

we_item

[edit ]

Key to watchlist.wl_id.

we_expiry

[edit ]

Expiry time as a MediaWiki timestamp.

Schema summary

[edit ]
MediaWiki version:
≥ 1.35

DESCRIBEwatchlist_expiry;

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

Indexes

[edit ]
MediaWiki version:
≥ 1.35

SHOWINDEXINwatchlist_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 | | |
+------------------+------------+-----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+

See also

[edit ]
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former
Watchlists
API modules
Configuration settings
Database tables
Help pages
Hooks
Jobs
Maintenance scripts
Special pages

AltStyle によって変換されたページ (->オリジナル) /