Extension:Cognate/cognate titles table

From Linux Web Expert

Revision as of 22:59, 25 March 2024 by imported>MathXplore (Reverted edits by 203.92.95.162 (talk) to last version by Wladek92: unexplained content removal)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Fields

cgti_raw

cgti_raw_key

Primary key.

cgti_normalized_key

Schema summary

	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).