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

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

    Laravel 6: Update on 17 Jan 2020

    $table->bigInteger( 'category_id' )->unsigned();
    

    This worked well for me

提交回复
热议问题