Is it possible to create a temporal table in SQL Server 2016 using Entity Framework code-first technique? -


i have requirement create temporal table using entity framework code-first. searched many links didn't find information links. possible create temporal tables using entity framework code-first technique?

native ef support still on to list. now, have ef create normal table, , in ef migration, add custom sql convert table temporal.


Comments