make the field nullable and default null
So basically every field in my table needs to have a default value of NULL if no value is being inserted into it?
This is not how it should work - it was working fine before and now it asks for this
it's an easy fix!
just add
'strict' => false,
into config/database.php within mysql array
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community