Elgg
Version 6.1
|
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... | |
Definition at line 6 of file 20170728074857_create_hmac_cache_table.php.
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.