dotnet ef tool (Entity Framework)

# install
dotnet tool install --global dotnet-ef

# update
dotnet tool update --global dotnet-ef

https://stackoverflow.com/a/57070108

29440cookie-checkdotnet ef tool (Entity Framework)