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

Public Member Functions

 change ()
 CREATE TABLE prefix_entity_relationships ( id int(11) NOT NULL AUTO_INCREMENT, guid_one bigint(20) unsigned NOT NULL, relationship varchar(50) NOT NULL, guid_two bigint(20) unsigned NOT NULL, time_created int(11) NOT NULL, PRIMARY KEY (id), UNIQUE KEY guid_one (guid_one,relationship,guid_two), KEY relationship (relationship), KEY guid_two (guid_two) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 6 of file 20170728074645_create_entity_relationships_table.php.

Member Function Documentation

CreateEntityRelationshipsTable::change ( )

CREATE TABLE prefix_entity_relationships ( id int(11) NOT NULL AUTO_INCREMENT, guid_one bigint(20) unsigned NOT NULL, relationship varchar(50) NOT NULL, guid_two bigint(20) unsigned NOT NULL, time_created int(11) NOT NULL, PRIMARY KEY (id), UNIQUE KEY guid_one (guid_one,relationship,guid_two), KEY relationship (relationship), KEY guid_two (guid_two) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;.

Definition at line 20 of file 20170728074645_create_entity_relationships_table.php.


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