MySQL General error: 1215 Cannot add foreign key constraint
This will give you more details
echo 'show engine innodb status\G' | mysql -u homestead -p | grep -C10 -i latest
s/homestead/your username/
MySQL General error: 1215 Cannot add foreign key constraint
This will give you more details
echo 'show engine innodb status\G' | mysql -u homestead -p | grep -C10 -i latest
s/homestead/your username/