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

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...
 

Detailed Description

Definition at line 6 of file 20170728072548_create_access_collections_table.php.

Member Function Documentation

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.


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