2017 © Pedro Peláez
 

library sqlsrvdropper

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

image

istattic/sqlsrvdropper

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

  • Wednesday, October 11, 2017
  • by istattic
  • Repository
  • 0 Watchers
  • 0 Stars
  • 31 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 520 % Grown

The README.md

README

This README would normally document whatever steps are necessary to get your application up and running., (*1)

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?

The Versions

11/10 2017

dev-master

9999999-dev https://bitbucket.org/istattic/sqlsrvdropper

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

  Sources   Download

MIT

The Requires

  • php ^5.5.9

 

by Zac Fowler

laravel mssql sqlsrv

11/10 2017

v0.0.1

0.0.1.0 https://bitbucket.org/istattic/sqlsrvdropper

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

  Sources   Download

MIT

The Requires

  • php ^5.5.9

 

by Zac Fowler

laravel mssql sqlsrv