Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794587
075.revisionhash.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
227 B
Referenced Files
None
Subscribers
None
075.revisionhash.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_differential
.
differential_revisionhash
(
revisionID
INT
UNSIGNED
NOT
NULL
,
type
CHAR
(
4
)
BINARY
NOT
NULL
,
hash
VARCHAR
(
40
)
BINARY
NOT
NULL
,
KEY
(
type
,
hash
),
KEY
(
revisionID
)
)
ENGINE
=
InnoDB
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:00 AM (1 d, 10 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8241488
Default Alt Text
075.revisionhash.sql (227 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment