[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 009.repo_summary.sql (source)

   1  CREATE TABLE {$NAMESPACE}_repository.`repository_summary` (
   2    `repositoryID` int(10) unsigned NOT NULL,
   3    `size` int(10) unsigned NOT NULL,
   4    `lastCommitID` int(10) unsigned NOT NULL,
   5    `epoch` int(10) unsigned DEFAULT NULL,
   6    PRIMARY KEY (`repositoryID`)
   7  );


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