Page MenuHomestyx hydra

106.chatlog.sql
No OneTemporary

106.chatlog.sql

CREATE TABLE {$NAMESPACE}_chatlog.chatlog_event (
id INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
channel VARCHAR(64) BINARY NOT NULL,
epoch INT UNSIGNED NOT NULL,
author VARCHAR(64) BINARY NOT NULL,
type VARCHAR(4) NOT NULL,
message LONGBLOB NOT NULL,
loggedByPHID VARCHAR(64) BINARY NOT NULL,
KEY (channel, epoch)
);

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 15, 2:00 AM (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
623840
Default Alt Text
106.chatlog.sql (341 B)

Event Timeline