我使用EF Core 2.1 Code-First.
SELECT * FROM [dbo].[__MigrationsHistory] 从2列返回表
SELECT * FROM [dbo].[__MigrationsHistory]
我正在寻找一种方法来添加一个列AppliedOn,该列将存储迁移实际应用于数据库的时间.
AppliedOn
c# .net-core asp.net-core asp.net-core-2.1 entity-framework-core-2.1
.net-core ×1
asp.net-core ×1
asp.net-core-2.1 ×1
c# ×1
entity-framework-core-2.1 ×1