Can Entity Framework Core code migrations work reliably and practically against different database types
问题 I would like to clarify that this is the Core version Entity Framework that I'm working with. I think I know the answer, but it's all based on assumptions from other ORMs I used years ago. My guess is the answer is something like "it depends based on the specific database(s) and the features used (keys, constraints, etc)". Additionally, I want to clarify that I'm not asking if migrations can be generated from the model for different DBs. I know the answer is yes to that. I'm asking about a