維基資料庫/架構
< Wikibase
Jump to navigation
Jump to search
新資料表
Wikis with the Wikibase Repo extension installed have the following additional database tables:
- wb_items_per_site
- wb_id_counters
- wb_entity_per_page (已弃用)
- wb_changes_subscription
- wb_property_info
- wbt_item_terms, wbt_property_terms, wbt_term_in_lang, wbt_text_in_lang, wbt_text, wbt_type: see Item & Property Terms
- wb_terms (已弃用)
Optional in the repo database or could be a separate database are tables to hold changes data:
Wikis with the Wikibase Client extension installed will have the following tables:
已存在資料表
對預設的MediaWiki資料表進行以下更改:
- content_models
加入新的內容模型:wikibase-item
,wikibase-lexeme
,wikibase-property
- page_props
加入一些計數器:wb-claims
,wb-identifiers
,wb-sitelinks
. - ...