Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794641
070.differentialaux.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
384 B
Referenced Files
None
Subscribers
None
070.differentialaux.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_differential
.
differential_auxiliaryfield
(
id
INT
UNSIGNED
NOT
NULL
auto_increment
PRIMARY
KEY
,
revisionPHID
varchar
(
64
)
BINARY
NOT
NULL
,
name
VARCHAR
(
32
)
BINARY
NOT
NULL
,
value
LONGBLOB
NOT
NULL
,
UNIQUE
KEY
(
revisionPHID
,
name
),
KEY
(
name
,
value
(
64
)),
dateCreated
INT
UNSIGNED
NOT
NULL
,
dateModified
INT
UNSIGNED
NOT
NULL
)
ENGINE
=
InnoDB
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:12 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8183474
Default Alt Text
070.differentialaux.sql (384 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment