|
Elgg
Version 6.3
|
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... | |
Definition at line 6 of file 20170728074645_create_entity_relationships_table.php.
| 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.