Closed w00p closed 7 years ago
Hi! Thank you for your issue. I'll check that :)
The users_table
migration is by default to "2014_..." so this package migrations are loaded after and don't cause any problem.
The problem remains, because the logins table has a foreign key to the devices table while it hasn't been created yet.
Hi,
I had a problem migrating the 2 tables, i had to rename 2017_03_25_124200_create_logins_table.php to 2018_03_25_124200_create_logins_table.php
Devices table should migrate first because of the reference to to foreign in create login table.