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

后端 未结 22 938
有刺的猬
有刺的猬 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:58

    The order of creation of migration files should be sorted and the foreign key should have exactly similar property as the primary key in the other table.

提交回复
热议问题