You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn) as in source
It's already part of the project that readers clone, so it's not covered in the tutorial.
I imagine you used dotnet ef migrations add InitialCreate (according to EFCore Migrations), but when I do this, the command picks up the Sqlite provider.
The text was updated successfully, but these errors were encountered:
.Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn)
as in sourceIt's already part of the project that readers clone, so it's not covered in the tutorial.
I imagine you used
dotnet ef migrations add InitialCreate
(according to EFCore Migrations), but when I do this, the command picks up the Sqlite provider.The text was updated successfully, but these errors were encountered: