plank / laravel-mediable

Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel
MIT License
774 stars 101 forks source link

Migration Class Refactor and Column Existence Check #358

Closed anilkumarthakur60 closed 2 months ago

anilkumarthakur60 commented 4 months ago

This pull request includes significant updates to our migration scripts, focusing on enhancing maintainability and ensuring robust operations. The primary changes are:

selfsimilar commented 2 months ago

I would like to see this merged since I manually added the alt column years ago, and the only way to upgrade to to 6.x version is to add a migration to drop my custom alt column first. But if I want to save any alt column data I'll have to also export and then import that column, too. Conditionally adding/removing columns seems like best practice.

frasmage commented 2 months ago

Hi there, sorry for the delay in getting to this. These changes all make sense. Thank you for your contribution!