After running the command add-migration InitialMigration
I get the “Build succeeded” message and then after running the update-database
I get the “Done.” message. No errors are shown. However, do database is created. How can I find out what is going on? I tried refreshing my database connection but still no database.
I am using .NET 6.