EF Core Migrations manual edits possible?
问题 I am using EF Core 2.0 in my sample project with some value object configurations. I modify the code and generate migrations via CLI command line. In the last migration rather than adding a new database table as it should, it is trying to rename existing tables to each other and create an extra table for existing one. I could not figure out the reason for it. Issue is, since with EF Core the snapshot is a separate auto-generated file from the migration itself I don't want to modify the