Elgg  Version master
Public Member Functions | List of all members
CreateHmacCacheTable Class Reference
Inheritance diagram for CreateHmacCacheTable:

Public Member Functions

 change ()
 CREATE TABLE prefix_hmac_cache ( hmac varchar(255) CHARACTER SET utf8 NOT NULL, ts int(11) NOT NULL, PRIMARY KEY (hmac), KEY ts (ts) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728074857_create_hmac_cache_table.php.

Member Function Documentation

CreateHmacCacheTable::change ( )

CREATE TABLE prefix_hmac_cache ( hmac varchar(255) CHARACTER SET utf8 NOT NULL, ts int(11) NOT NULL, PRIMARY KEY (hmac), KEY ts (ts) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;.

Definition at line 15 of file 20170728074857_create_hmac_cache_table.php.


The documentation for this class was generated from the following file: