Page MenuHomestyx hydra

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
Wed, Nov 26, 7:31 PM (14 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
362375
Default Alt Text
060.phriction.sql (305 B)

Event Timeline