Page MenuHomePhabricator

060.phriction.sql
No OneTemporary

060.phriction.sql

CREATE TABLE {$NAMESPACE}_phriction.phriction_document (
id INT UNSIGNED NOT NULL,
phid VARCHAR(64) BINARY NOT NULL,
UNIQUE KEY (phid),
slug VARCHAR(128) NOT NULL,
UNIQUE KEY (slug),
depth INT UNSIGNED NOT NULL,
UNIQUE KEY (depth, slug),
contentID INT UNSIGNED NOT NULL
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 31, 11:26 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16376997
Default Alt Text
060.phriction.sql (303 B)

Event Timeline