Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889813
20140323.harbor.2.message.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
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
Sun, Jan 19, 12:40 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110802
Default Alt Text
20140323.harbor.2.message.sql (447 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment