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
--Create migration in Data proj, run this command in WebApi
dotnet ef migrations add InitialCreate
--Remove migration in Data proj, run this command in WebApi (database must be removed befor run this command. Or delete record from EFMigrationsHistory table)