getTable('activity'); * $table->dropIndex('activity_filter_app'); * $table->addIndex(['affecteduser', 'type', 'app', 'timestamp'], 'activity_filter'); * * return $schema; */ return null; } }