[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/autopatches/ -> 20140512.dparents.1.sql (source)

   1  CREATE TABLE {$NAMESPACE}_repository.repository_parents (
   2    id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
   3    childCommitID INT UNSIGNED NOT NULL,
   4    parentCommitID INT UNSIGNED NOT NULL,
   5    UNIQUE `key_child` (childCommitID, parentCommitID),
   6    KEY `key_parent` (parentCommitID)
   7  ) ENGINE=InnoDB, COLLATE utf8_general_ci;


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