Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18921270
20140520.authtemptoken.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
440 B
Referenced Files
None
Subscribers
None
20140520.authtemptoken.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_auth
.
auth_temporarytoken
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
objectPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
tokenType
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
tokenExpires
INT
UNSIGNED
NOT
NULL
,
tokenCode
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
UNIQUE
KEY
`
key_token
`
(
objectPHID
,
tokenType
,
tokenCode
),
KEY
`
key_expires
`
(
tokenExpires
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 11, 1:56 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8188720
Default Alt Text
20140520.authtemptoken.sql (440 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment