|
Elgg
Version master
|
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... | |
Definition at line 6 of file 20170728074828_create_groups_entity_table.php.
| 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.