[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 20130912.maniphest.3.nameindex.sql (source)

   1  CREATE TABLE {$NAMESPACE}_maniphest.maniphest_nameindex (
   2    id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
   3    indexedObjectPHID VARCHAR(64) NOT NULL COLLATE utf8_bin,
   4    indexedObjectName VARCHAR(128) NOT NULL,
   5  
   6    UNIQUE KEY `key_phid` (indexedObjectPHID),
   7    KEY `key_name` (indexedObjectName)
   8  
   9  ) ENGINE=InnoDB, COLLATE utf8_general_ci;


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1