Migration in Laravel Lumen 5.4 throws 'non-numeric value encountered' error

88 Views Asked by At

I am running against this error when running my migration:

In DatabaseMigrationRepository.php line 113:

A non-numeric value encountered  

The error is thrown on line 113 here https://github.com/illuminate/database/blob/5.4/Migrations/DatabaseMigrationRepository.php

0

There are 0 best solutions below