Where the CREATE DATABASE statement is generated in Entity Framework Code First with Migrations?
问题 I need to configure the database created by Entity Framework Code First MigrateDatabaseToLatestVersion class. Is it possible to influence the database files parameters like size or maxsize? What interests me in particular, is there a way to add database files? I assume I need to find the moment where the Entity Framework generates the CREATE DATABASE statement and influence it a bit. As far as I understand, the SqlServerMigrationSqlGenerator class is too late because the database already