Page MenuHomestyx hydra

20161011.conpherence.ngrams.sql
No OneTemporary

20161011.conpherence.ngrams.sql

CREATE TABLE {$NAMESPACE}_conpherence.conpherence_threadtitle_ngrams (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
objectID INT UNSIGNED NOT NULL,
ngram CHAR(3) NOT NULL COLLATE {$COLLATE_TEXT},
KEY `key_object` (objectID),
KEY `key_ngram` (ngram, objectID)
) ENGINE=InnoDB, COLLATE {$COLLATE_TEXT};

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 30, 7:50 PM (7 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
429703
Default Alt Text
20161011.conpherence.ngrams.sql (319 B)

Event Timeline