EF Core 6.0 temporal tables - Support specifying precision for PeriodEnd and PeriodStart columns #27228
Labels
area-model-building
area-temporal-tables
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
What problem are you trying to solve?
Right now it's not possible to specify precision for PeriodEnd and PeriodStart columns. We already have temporal tables in our DB and we happened to use datetime2(0) instead of just datetime2 for PeriodEnd and PeriodStart columns.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: