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

Public Member Functions

 change ()
 CREATE TABLE prefix_groups_entity ( guid bigint(20) unsigned NOT NULL, name text NOT NULL, description LONGTEXT NOT NULL, PRIMARY KEY (guid), KEY name (name(50)), KEY description (description(50)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728074828_create_groups_entity_table.php.

Member Function Documentation

CreateGroupsEntityTable::change ( )

CREATE TABLE prefix_groups_entity ( guid bigint(20) unsigned NOT NULL, name text NOT NULL, description LONGTEXT NOT NULL, PRIMARY KEY (guid), KEY name (name(50)), KEY description (description(50)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;.

Definition at line 17 of file 20170728074828_create_groups_entity_table.php.


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