istattic/sqlsrvdropper

A simple class to enable dropping SQLSrv Columns within a Laravel migration.

Maintainers

Package info

bitbucket.org/istattic/sqlsrvdropper

pkg:composer/istattic/sqlsrvdropper

Statistics

Installs: 123

Dependents: 0

Suggesters: 0

v0.0.1 2017-10-11 17:29 UTC

This package is auto-updated.

Last update: 2026-03-16 12:50:01 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.

How do I get set up?