1CREATE 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); 8 9