Jump to content

Extension:Cognate/cognate titles table

From mediawiki.org

Fields

[edit]

cgti_raw

[edit]

cgti_raw_key

[edit]

Primary key.

cgti_normalized_key

[edit]

Schema summary

[edit]
	CREATE TABLE IF NOT EXISTS /*_*/cognate_titles (
	  cgti_raw VARBINARY(255) NOT NULL,
	  cgti_raw_key BIGINT SIGNED NOT NULL PRIMARY KEY,
	  cgti_normalized_key BIGINT SIGNED NOT NULL
	  )/*$wgDBTableOptions*/;

(see source here).