How to add migrations in Visual Studio 2022 for Mac

Viewed 11

I have Visual Studio 2022 (preview) for Mac and I'm trying to add migrations to build a database in the terminal with this command

dotnet ef migrations add initdb -p myprojectname

but it doesn't work. how do I add migrations in Visual Studio 2022 for Mac exactly??

0 Answers
Related