Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892319
20161031.calendar.02.notifylog.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
377 B
Referenced Files
None
Subscribers
None
20161031.calendar.02.notifylog.sql
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 16:36 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126546
Default Alt Text
20161031.calendar.02.notifylog.sql (377 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment