Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下是有关[dbo].[__EFMigrationsHistory]表格外观的快速示例:
[dbo].[__EFMigrationsHistory]
有没有办法ProductVersion在应用迁移时指定?
ProductVersion
不要更改该列中的值 - 它由 EF 内部使用。
如果您愿意,可以通过覆盖IHistoryRepository服务来添加新列。请参阅自定义 EF Core 迁移历史记录表以开始使用。
IHistoryRepository