db->tableExists('invoice_lines')) { $this->forge->dropTable('invoice_lines', true); $this->db->resetDataCache(); } } public function down(): void { // invoice_lines was intentionally removed from the financial model. } }