Closed luceos closed 5 years ago
The column throwing the error was error not events. Check your create handler and compare the properties you set versus those that cannot be null according to your migration.
Look at the trace error message please. :stuck_out_tongue_closed_eyes:
🤦♂️ I don't know how I decided the issue was the events. The first time I read it I understood it properly.
I can't reproduce, but it seems MySQL or Eloquent is converting null
into an empty string... Made it nullable, should be ok now.
Seems you created migrations that don't have
nullable()
ordefault()
, eg: