You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using EF Core but I'm not using migrations and context.EnsureAutoHistory() doesn't work; because the table doesn't exist. I want to create the table in SQL, can you tell me what fields does the AutoHistory table have?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using EF Core but I'm not using migrations and context.EnsureAutoHistory() doesn't work; because the table doesn't exist. I want to create the table in SQL, can you tell me what fields does the AutoHistory table have?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: