We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Required Nuget Package: [EXPERIMENTAL]
Adds support for covering indexes with INCLUDE columns in migrations. Available on both SQL Server and PostgreSQL.
INCLUDE
migrationBuilder.CreateIndex("IX_OrderItems_ProductId", "OrderItems", "ProductId") .IncludeColumns("OrderId", "Count");
There was an error while loading. Please reload this page.