[ 'type' => 'BINARY', 'constraint' => 16, 'after' => 'podcast_id', ], ]; $this->forge->addColumn('episodes', $fields); // set preview_id as unique key $prefix = $this->db->getPrefix(); $uniquePreviewId = <<db->query($uniquePreviewId); } public function down(): void { $fields = ['preview_id']; $this->forge->dropColumn('episodes', $fields); } }