Page MenuHomestyx hydra

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),
key (userID)
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 8:52 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1086181
Default Alt Text
078.nametoken.sql (158 B)

Event Timeline