Identity property configuration #11924
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
type-enhancement
Milestone
There is no way to configure initial value of identity column. EF should allow to add additional property configuration to produce sql like this:
CREATE TABLE exmaple (
Id int IDENTITY(1000, 1)
...
Further technical details
EF Core version: 2.1 preview 2
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10 Home
IDE: Visual Studio 2017 15.6.3
The text was updated successfully, but these errors were encountered: