[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 CREATE TABLE {$NAMESPACE}_differential.differential_affectedpath ( 2 repositoryID INT UNSIGNED NOT NULL, 3 pathID INT UNSIGNED NOT NULL, 4 epoch INT UNSIGNED NOT NULL, 5 KEY (repositoryID, pathID, epoch), 6 revisionID INT UNSIGNED NOT NULL, 7 KEY (revisionID) 8 ) ENGINE=InnoDB;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |