db->getPrefix(); $createQuery = <<db->query($createQuery); } public function down(): void { $this->forge->dropForeignKey('activitypub_posts', 'activitypub_posts_created_by_foreign'); $this->forge->dropColumn('activitypub_posts', 'created_by'); } }