If using SQL Server instead of mysql, the Permissions, Roles & Users table seeders will fail.
If you add a line before & after the insert commands then it will work. e.g.
(If you don't do this until after running the seeder you might have to clear the tables out otherwise you will get a different error when you try to add the same user a 2nd time)
If using SQL Server instead of mysql, the Permissions, Roles & Users table seeders will fail. If you add a line before & after the insert commands then it will work. e.g.
(If you don't do this until after running the seeder you might have to clear the tables out otherwise you will get a different error when you try to add the same user a 2nd time)