Skip to content

Instantly share code, notes, and snippets.

@connecteev
Created September 2, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save connecteev/df6a0981a934d0c2b5f01c080da2388a to your computer and use it in GitHub Desktop.
Save connecteev/df6a0981a934d0c2b5f01c080da2388a to your computer and use it in GitHub Desktop.
installation error
Migration table created successfully.
-
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'maxims' (SQL: alter table `heart_likes` add constraint `heart_likes_maxim_id_foreign` foreign key (`maxim_id`) references `ma
xims` (`id`))
[PDOException]
SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'maxims'
Migration table created successfully.
-
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'users' (SQL: alter table `maxims` add constraint `maxims_user_id_foreign` foreign key (`user_id`) references `users` (`id`))
[PDOException]
SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'users'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment