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

Public Member Functions

 change ()
 CREATE TABLE prefix_api_users ( id int(11) NOT NULL AUTO_INCREMENT, api_key varchar(40) DEFAULT NULL, secret varchar(40) NOT NULL, active int(1) DEFAULT '1', PRIMARY KEY (id), UNIQUE KEY api_key (api_key) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728074504_create_api_users_table.php.

Member Function Documentation

CreateApiUsersTable::change ( )

CREATE TABLE prefix_api_users ( id int(11) NOT NULL AUTO_INCREMENT, api_key varchar(40) DEFAULT NULL, secret varchar(40) NOT NULL, active int(1) DEFAULT '1', PRIMARY KEY (id), UNIQUE KEY api_key (api_key) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;.

Definition at line 17 of file 20170728074504_create_api_users_table.php.


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