count())->toBe(0); expect(Schema::hasTable('songs'))->toBeTrue(); expect(Schema::hasTable('song_groups'))->toBeFalse(); }); test('wipe migration guard: song_groups does not exist after schema refactor', function () { expect(Schema::hasTable('song_groups'))->toBeFalse(); });