Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794668
20140116.reporefcursor.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
533 B
Referenced Files
None
Subscribers
None
20140116.reporefcursor.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_repository
.
repository_refcursor
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
repositoryPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
refType
VARCHAR
(
32
)
NOT
NULL
COLLATE
utf8_bin
,
refNameHash
VARCHAR
(
12
)
NOT
NULL
COLLATE
latin1_bin
,
refNameRaw
LONGTEXT
NOT
NULL
COLLATE
latin1_bin
,
refNameEncoding
VARCHAR
(
16
)
COLLATE
utf8_bin
,
commitIdentifier
VARCHAR
(
40
)
NOT
NULL
COLLATE
utf8_bin
,
KEY
`
key_cursor
`
(
repositoryPHID
,
refType
,
refNameHash
)
)
ENGINE
=
InnoDB
,
COLLATE
=
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:18 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8184021
Default Alt Text
20140116.reporefcursor.sql (533 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment