skipIf(!$schema->hasTable(Utils::table(MIGRATION_TABLE)), "The old migration table wasn't created, no need to delete it."); $schema->dropTable(Utils::table(MIGRATION_TABLE)); } /** * @param Schema $schema */ public function down(Schema $schema) { // No need to recreate legacy migration table } }