Page MenuHomestyx hydra

074.affectedpath.sql
No OneTemporary

074.affectedpath.sql

CREATE TABLE phabricator_differential.differential_affectedpath (
repositoryID INT UNSIGNED NOT NULL,
pathID INT UNSIGNED NOT NULL,
epoch INT UNSIGNED NOT NULL,
KEY (repositoryID, pathID, epoch),
revisionID INT UNSIGNED NOT NULL,
KEY (revisionID)
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 28, 7:50 PM (18 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1185732
Default Alt Text
074.affectedpath.sql (276 B)

Event Timeline