We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrations for mojo payments running before laravel's default migrations(users and passwords table).
``#sql-e78_16(errno: 150 "Foreign key constraint is incorrectly fo rmed") (SQL: alter tablemojo_payment_details` add constraint `mojo_payment_details_user_id_foreign` foreign key (`user_id`) references `users` (`id`))`
(errno: 150 "Foreign key constraint is incorrectly fo rmed") (SQL: alter table
How to publish your package migrations to app's migrations?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Migrations for mojo payments running before laravel's default migrations(users and passwords table).
``#sql-e78_16
(errno: 150 "Foreign key constraint is incorrectly fo rmed") (SQL: alter table
mojo_payment_details` add constraint `mojo_payment_details_user_id_foreign` foreign key (`user_id`) references`users` (`id`))`
How to publish your package migrations to app's migrations?
The text was updated successfully, but these errors were encountered: