Laravel 5.4 field doesn't have a default value

后端 未结 7 797
执念已碎
执念已碎 2020-12-14 06:37

I am having this error and none of the googled result i checked is similar to my problem.

I have an application with class Deal, User, and Matches

A deal has

7条回答
  •  萌比男神i
    2020-12-14 07:28

    If you would like to revert to previous behavior, update your

    config/database.php

    file and set 'strict' => false for your connection.

提交回复
热议问题