< Extension:Cognate

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


This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.