Laravel migrate, what went wrong?
Execute php artisan migrate, the error message is as follows:
Laravel migrate, what went wrong?
Execute php artisan migrate, the error message is as follows:
The types are inconsistent, try using unsignedInt.
The correct one is:
`$table->unsignedInteger(category_id);
$table->foreign…`
Due to inconsistent field types