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

Public Member Functions

 change ()
 CREATE TABLE prefix_sites_entity ( guid bigint(20) unsigned NOT NULL, name text NOT NULL, description LONGTEXT NOT NULL, url varchar(255) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (guid), UNIQUE KEY url (url) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728075155_create_sites_entity_table.php.

Member Function Documentation

CreateSitesEntityTable::change ( )

CREATE TABLE prefix_sites_entity ( guid bigint(20) unsigned NOT NULL, name text NOT NULL, description LONGTEXT NOT NULL, url varchar(255) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (guid), UNIQUE KEY url (url) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;.

Definition at line 17 of file 20170728075155_create_sites_entity_table.php.


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