คู่มือ:Watchlist expiry table

From mediawiki.org
This page is a translated version of the page Manual:Watchlist expiry table and the translation is 22% complete.
คู่มือ:สารบัญ MediaWiki database layout watchlist_expiry table
เวอร์ชันมีเดียวิกิ:
1.35

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

Fields

we_item

Key to watchlist.wl_id.

we_expiry

Expiry time as a MediaWiki timestamp.

Schema summary

เวอร์ชันมีเดียวิกิ:
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    |       |
+-----------+------------------+------+-----+---------+-------+

Indexes

เวอร์ชันมีเดียวิกิ:
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      |         |               |
+------------------+------------+-----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+

ดูเพิ่ม