Page MenuHomestyx hydra

20161031.calendar.02.notifylog.sql
No OneTemporary

20161031.calendar.02.notifylog.sql

CREATE TABLE {$NAMESPACE}_calendar.calendar_notification (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
eventPHID VARBINARY(64) NOT NULL,
utcInitialEpoch INT UNSIGNED NOT NULL,
targetPHID VARBINARY(64) NOT NULL,
didNotifyEpoch INT UNSIGNED NOT NULL,
UNIQUE KEY `key_notify` (eventPHID, utcInitialEpoch, targetPHID)
) ENGINE=InnoDB, COLLATE {$COLLATE_TEXT};

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 6, 1:49 AM (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33865
Default Alt Text
20161031.calendar.02.notifylog.sql (377 B)

Event Timeline