Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18921279
20140323.harbor.2.message.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
447 B
Referenced Files
None
Subscribers
None
20140323.harbor.2.message.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_harbormaster
.
harbormaster_buildmessage
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
authorPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
buildTargetPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
type
VARCHAR
(
16
)
NOT
NULL
,
isConsumed
BOOL
NOT
NULL
,
dateCreated
INT
UNSIGNED
NOT
NULL
,
dateModified
INT
UNSIGNED
NOT
NULL
,
KEY
`
key_buildtarget
`
(
buildTargetPHID
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 11, 1:56 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8118714
Default Alt Text
20140323.harbor.2.message.sql (447 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment