How to set start value for primary key id in Postgresql using Entity Framework Core in ASP.NET Core

Viewed 24

I am trying to set the start value of a table. That means primary key Id value will start from 100 and increment by 1. How to do this?

0 Answers
Related