Page MenuHomePhabricator

20140520.authtemptoken.sql
No OneTemporary

20140520.authtemptoken.sql

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

Mime Type
text/plain
Expires
Mon, Nov 10, 12:56 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8188720
Default Alt Text
20140520.authtemptoken.sql (440 B)

Event Timeline