Page MenuHomePhorge

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
Sun, Jan 19, 14:57 (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125731
Default Alt Text
20140520.authtemptoken.sql (440 B)

Event Timeline