Suzie999 245 Coding Hobbyist

Hi, I am following a walkthrough of Entity Framework Code First to a New Database

Everything appears to go as expected right through to the end of step 4, where it says "We can now inspect the schema that Code First created."

The database shows up under data connections in server explorer, (host\sqlexpress.CodeFirstNewDatabaseSample.BloggingContext.dbo) but there are no tables in it.

What might I have done wrong?

Thanks for reading.