tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
773 stars 31 forks source link

Fix adding / changing columns #87

Closed hafezdivandari closed 4 months ago

hafezdivandari commented 4 months ago

Fixes #85

tpetry commented 4 months ago

Thanks for your PR. I used it as a reference idea for my final fix. I just wanted to avoid having two completely different implementations based on the version.

hafezdivandari commented 4 months ago

@tpetry totally understandable. Thank you.