Laravel 5.4 field doesn't have a default value

后端 未结 7 828
执念已碎
执念已碎 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条回答
  •  难免孤独
    2020-12-14 07:33

    Another way around this error is to include

    'strict' => false,

    into config/database.php within mysql array

提交回复
热议问题