|
Elgg
Version master
|
Public Member Functions | |
| change () | |
CREATE TABLE prefix_access_collections ( id int(11) NOT NULL AUTO_INCREMENT, name text NOT NULL, owner_guid bigint(20) unsigned NOT NULL, PRIMARY KEY (id), KEY owner_guid (owner_guid) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;. More... | |
Definition at line 6 of file 20170728072548_create_access_collections_table.php.
| CreateAccessCollectionsTable::change | ( | ) |
CREATE TABLE prefix_access_collections ( id int(11) NOT NULL AUTO_INCREMENT, name text NOT NULL, owner_guid bigint(20) unsigned NOT NULL, PRIMARY KEY (id), KEY owner_guid (owner_guid) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;.
Definition at line 16 of file 20170728072548_create_access_collections_table.php.