Elgg
Version 6.1
|
Public Member Functions | |
change () | |
CREATE TABLE prefix_river ( id int(11) NOT NULL AUTO_INCREMENT, type varchar(8) NOT NULL, subtype varchar(32) NOT NULL, action_type varchar(32) NOT NULL, access_id int(11) NOT NULL, view text NOT NULL, subject_guid bigint(20) unsigned NOT NULL, object_guid bigint(20) unsigned NOT NULL, target_guid bigint(20) unsigned NOT NULL, annotation_id int(11) NOT NULL, posted int(11) NOT NULL, enabled enum('yes','no') NOT NULL DEFAULT 'yes', PRIMARY KEY (id ), KEY type (type ), KEY action_type (action_type ), KEY access_id (access_id ), KEY subject_guid (subject_guid ), KEY object_guid (object_guid ), KEY target_guid (target_guid ), KEY annotation_id (annotation_id ), KEY posted (posted ) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;. More... | |
Definition at line 6 of file 20170728075129_create_river_table.php.
CreateRiverTable::change | ( | ) |
CREATE TABLE prefix_river
( id
int(11) NOT NULL AUTO_INCREMENT, type
varchar(8) NOT NULL, subtype
varchar(32) NOT NULL, action_type
varchar(32) NOT NULL, access_id
int(11) NOT NULL, view
text NOT NULL, subject_guid
bigint(20) unsigned NOT NULL, object_guid
bigint(20) unsigned NOT NULL, target_guid
bigint(20) unsigned NOT NULL, annotation_id
int(11) NOT NULL, posted
int(11) NOT NULL, enabled
enum('yes','no') NOT NULL DEFAULT 'yes', PRIMARY KEY (id
), KEY type
(type
), KEY action_type
(action_type
), KEY access_id
(access_id
), KEY subject_guid
(subject_guid
), KEY object_guid
(object_guid
), KEY target_guid
(target_guid
), KEY annotation_id
(annotation_id
), KEY posted
(posted
) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;.
Definition at line 32 of file 20170728075129_create_river_table.php.