September, 2016
Laravel
Laravel: How to Use Migrations to Update a Table That Has An Enum Field
** Disclaimer: The only version of Laravel that this has actually been used/tested is 5.2. Seems the issue still exists in the new 5.3 release – but it’s likely due more to the doctrine/dbal package than the Laravel core. For update migrations, Laravel relies on the doctrine/dbal package to examine the columns and create the [...]