Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Feature request: Create the index inline in the CREATE TABLE statement
Since it is not standard SQL syntax to include an index in a CREATE TABLE statement,
efcore generates separate migration statements for tables and indexes.
But MySQL supports this syntax, so indexes can be inlined in creating tables to speed up migrations in specific databases.
Or as a configurable option.
@lauxjpn dotnet/efcore#28992