Hello everyone I'm new in .net core. Please let me know how to create a table for userHistoryLogin. So Please let me know how to create this table using migration.
Loading
Hello everyone I'm new in .net core. Please let me know how to create a table for userHistoryLogin. So Please let me know how to create this table using migration.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted May 12, 2022, 7:48 AM
Santosh KaranamPosted May 12, 2022, 6:18 AM
dotnet ef migrations add UserLoginHistory
dotnet ef database update