Problem while "dotnet ef migrations add Init"
When I'm trying to add data base migration i get error "The seed entity for entity type 'Contract' cannot be added because a non-zero value is required for property 'ContractId'. Consider providing a negative value to avoid collisions with non-seed data."
table (look screenshot)
insert :
table has autoincrementation:
table code:
table (look screenshot)
insert :
table has autoincrementation:
table code:

