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