[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
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 );
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 |