General error : 1005 Can't create table … (errno:150 "Foreign key constraint is incorrectly formed" – PHP Versions
I have to run migrations on my online project but it doesn't work for a foreign key. I have two tables : media and video_categorie (existing) Here is my migration file to create the video_categorie file: <?php use IlluminateDatabaseMigrationsMigration; use…