getTable('group_folders_groups'); if (!$table->hasIndex('groups_folder_group')) { $table->addUniqueIndex(['folder_id', 'circle_id', 'group_id'], 'groups_folder_group'); } return $schema; } }