Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893027
20140218.differentialdraft.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
446 B
Referenced Files
None
Subscribers
None
20140218.differentialdraft.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_differential
.
differential_draft
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
objectPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
authorPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
draftKey
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
dateCreated
INT
UNSIGNED
NOT
NULL
,
dateModified
INT
UNSIGNED
NOT
NULL
,
UNIQUE
KEY
`
key_unique
`
(
objectPHID
,
authorPHID
,
draftKey
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 17:45 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127091
Default Alt Text
20140218.differentialdraft.sql (446 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment