buminduyasith / webapi_identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions


#  add your first migration
dotnet ef migrations add "[Discription]"

# after applying the migrations then update your database
dotnet ef database update

About


Languages

Language:C# 100.0%