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
Wed, Nov 26, 8:20 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
389798
Default Alt Text
20140512.dparents.1.sql (324 B)

Event Timeline