Wikibase/Schema/wb_entity_per_page

From mediawiki.org

Fields[edit]

epp_entity_id[edit]

epp_entity_type[edit]

Contains a plain text string with one of the following values:

  • item
  • property

epp_page_id[edit]

  • Key to the page_id of the page containing the entity.

Versions[edit]

Current as of Wikibase 0.4 (19 Feb 2013)

+-----------------+------------------+------+-----+---------+-------+
| Field           | Type             | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| epp_entity_id   | int(10) unsigned | NO   | PRI | NULL    |       |
| epp_entity_type | varbinary(32)    | NO   | PRI | NULL    |       |
| epp_page_id     | int(10) unsigned | NO   | UNI | NULL    |       |
+-----------------+------------------+------+-----+---------+-------+