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

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

    Remember that this is important the referenced and referencing fields must have exactly the same data type.

提交回复
热议问题