Elgg
Version 6.1
|
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... | |
Definition at line 6 of file 20170728074959_create_objects_entity_table.php.
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.