istattic / sqlsrvdropper
A simple class to enable dropping SQLSrv Columns within a Laravel migration.
v0.0.1
2017-10-11 17:29 UTC
Requires
- php: ^5.5.9
This package is auto-updated.
Last update: 2024-11-16 09:48:20 UTC
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- For older versions of Laravel, the sqlsrv database drive does not support dropping columns with default values.
- This package allows an additional call to ensure migrations with $table->dropColumn() commands work with Sql Server.