Protected titles table/ja
From MediaWiki.org
| ↑ Manual:Contents/ja | MediaWiki データベース レイアウト | Protected titles table/ja |
MediaWiki version: 1.12 and after
作成保護されているページの情報を格納していて、保護されているページのリストは、作成保護されているページ名 で確認する事が出来ます。
DESCRIBE protected_titles; により、バージョン 1.12 においては下記の内容を示します。:
+----------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------+------------------+------+-----+---------+-------+ | pt_namespace | int(11) | NO | PRI | | | | pt_title | varchar(255) | NO | PRI | | | | pt_user | int(10) unsigned | NO | | | | | pt_reason | tinyblob | YES | | NULL | | | pt_timestamp | binary(14) | NO | MUL | | | | pt_expiry | varbinary(14) | NO | | | | | pt_create_perm | varbinary(60) | NO | | | | +----------------+------------------+------+-----+---------+-------+