我试图在我的mysql数据库的laravel 5.3中插入数据,得到以下错误

时间:2016-11-30 15:25:31

标签: laravel-5.3

enter image description here

我试图在我的mysql数据库的laravel 5.3中插入数据,得到上述错误。

1 个答案:

答案 0 :(得分:0)

如果字段PtypeId是主键,则需要确保在PtypeId迁移中执行此操作:

$table->increments('PtypeId');