spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Update create_media_table.php.stub #3497

Closed madurapa closed 10 months ago

madurapa commented 10 months ago

Added missing reverse the migration

freekmurze commented 10 months ago

Thanks, but passing on this one. We never perform down migrations.

madurapa commented 10 months ago

I got the error SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'media' already exists when I call php artisan migrate:refresh and that's why I sent this PR