getTable('mail_accounts'); if ($accountsTable->hasColumn('move_junk')) { $accountsTable->dropColumn('move_junk'); } return $schema; } }