Laravel migration: “Foreign key constraint is incorrectly formed” (errno 150)

后端 未结 22 883
有刺的猬
有刺的猬 2020-11-30 07:21

When migrating my DB, this error appears. Below is my code followed by the error that I am getting when trying to run the migration.

Code



        
22条回答
  •  一整个雨季
    2020-11-30 07:59

    Please add ->nullable() on your field and make sure that all the fields you're referring to really exist.

提交回复
热议问题