Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 343 Bytes

Viet's personal blog.

Run this command to create migration

dotnet ef migrations add addDescription --verbose --project BasementBlog.Database --startup-project BasementBlog

Run this to apply migration

dotnet ef database update --verbose --project BasementBlog.Database --startup-project BasementBlog