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

Public Member Functions

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

Detailed Description

Definition at line 6 of file 20170728074959_create_objects_entity_table.php.

Member Function Documentation

CreateObjectsEntityTable::change ( )

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

Definition at line 15 of file 20170728074959_create_objects_entity_table.php.


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