❔ Database ID not beginning from 1?
Hello all, complete noob to .NET here. I have successfully seeded my database with some data in ASP.NET MVC application but finding that the ID for each model in the SQL database is beginning from 5 and not 1? This is the case for all 3 of my models. I've done quite a bit of googling - checked the identity specification in SQL Server Manager which is fine. Any guidance is appreciated, cheers.
