comocode / laravel-ab

Laravel 5 A/B experiment testing using with Blade
https://packagist.org/packages/comocode/laravel-ab
MIT License
31 stars 14 forks source link

Added migration to fix column types for postgresql which is strict #9

Closed meijdenmedia closed 7 years ago

meijdenmedia commented 7 years ago

I tried to use your package and postgres didn't like the varchar database fields, with this migration it will be converted to integer fields.