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

Public Member Functions

 change ()
 CREATE TABLE prefix_queue ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) CHARACTER SET utf8 NOT NULL, data mediumblob NOT NULL, timestamp int(11) NOT NULL, worker varchar(32) NULL, PRIMARY KEY (id), KEY name (name), KEY retrieve (timestamp,worker) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728075056_create_queue_table.php.

Member Function Documentation

CreateQueueTable::change ( )

CREATE TABLE prefix_queue ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) CHARACTER SET utf8 NOT NULL, data mediumblob NOT NULL, timestamp int(11) NOT NULL, worker varchar(32) NULL, PRIMARY KEY (id), KEY name (name), KEY retrieve (timestamp,worker) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;.

Definition at line 19 of file 20170728075056_create_queue_table.php.


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