db->getPrefix(); $createQuery = <<db->query($createQuery); } public function down() { $this->forge->dropForeignKey( 'activitypub_notes', 'activitypub_notes_episode_id_foreign', ); $this->forge->dropColumn('activitypub_notes', 'episode_id'); } }