Page MenuHomestyx hydra

20140512.dparents.1.sql
No OneTemporary

20140512.dparents.1.sql

CREATE TABLE {$NAMESPACE}_repository.repository_parents (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
childCommitID INT UNSIGNED NOT NULL,
parentCommitID INT UNSIGNED NOT NULL,
UNIQUE `key_child` (childCommitID, parentCommitID),
KEY `key_parent` (parentCommitID)
) ENGINE=InnoDB, COLLATE utf8_general_ci;

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 30, 7:37 PM (7 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
429667
Default Alt Text
20140512.dparents.1.sql (324 B)

Event Timeline