Manual:file table
Appearance
From mediawiki.org
Languages:
- English
- 日本語
MediaWiki version:
≥ 1.44
Gerrit change 1091477
This table stores information about uploaded images and other files. It is part of the replacement of the old image and filearchive tables.
Caution! Caution: This table hasn't been fully populated yet in Wikimedia production for Wikimedia Commons and other wikis, see Phab:T385167
Fields
[edit ]file_id
[edit ]Primary key.
file_name
[edit ]Name of the file.
file_latest
[edit ]Latest file revision of the file. Foreign key to the new filerevision table.
file_type
[edit ]Type of the file. Foreign key to the new filetypes table.
file_deleted
[edit ]Whether the file is deleted.
Schema summary
[edit ] MediaWiki version:
≥ 1.44
Gerrit change 1091477
DESCRIBEfile;
+--------------+----------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+----------------------+------+-----+---------+----------------+ | file_id | bigint(20) unsigned | NO | PRI | NULL | auto_increment | | file_name | varbinary(255) | NO | UNI | NULL | | | file_latest | bigint(20) unsigned | NO | MUL | NULL | | | file_type | smallint(5) unsigned | NO | | NULL | | | file_deleted | smallint(5) unsigned | NO | | NULL | | +--------------+----------------------+------+-----+---------+----------------+
Indexes
[edit ] MediaWiki version:
≥ 1.44
Gerrit change 1091477
SHOWINDEXINfile;
+-------+------------+-------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+ | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment | +-------+------------+-------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+ | file | 0 | PRIMARY | 1 | file_id | A | 0 | NULL | NULL | | BTREE | | | | file | 0 | file_name | 1 | file_name | A | 0 | NULL | NULL | | BTREE | | | | file | 1 | file_latest | 1 | file_latest | A | 0 | NULL | NULL | | BTREE | | | +-------+------------+-------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+