How to tell Fluent API auto-increment to start with more than 5 digits key generation?
I mean .ValueGeneratedOnAdd();
will start with 1 but I want start with 50000 and then auto-increment
How to tell Fluent API auto-increment to start with more than 5 digits key generation?
I mean .ValueGeneratedOnAdd();
will start with 1 but I want start with 50000 and then auto-increment