Page MenuHomestyx hydra

009.repo_summary.sql
No OneTemporary

009.repo_summary.sql

CREATE TABLE phabricator_repository.`repository_summary` (
`repositoryID` int(10) unsigned NOT NULL,
`size` int(10) unsigned NOT NULL,
`lastCommitID` int(10) unsigned NOT NULL,
`epoch` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`repositoryID`)
);

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 18, 12:56 AM (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
519726
Default Alt Text
009.repo_summary.sql (257 B)

Event Timeline