Page MenuHomePhorge

078.nametoken.sql
No OneTemporary

078.nametoken.sql

CREATE TABLE {$NAMESPACE}_user.user_nametoken (
token VARCHAR(255) NOT NULL,
userID INT UNSIGNED NOT NULL,
KEY (token(128)),
key (userID)
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 18:38 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127509
Default Alt Text
078.nametoken.sql (163 B)

Event Timeline