Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 423 Bytes

SimpleShop

A simple shop application for learning purposes!

Entity framework migrations

add-migration

add-migration ***__NameOfThemigration__*** -Project src\SimpleShop.Infrastructure -StartupProject src\SimpleShop.Infrastructure -OutputDir Persistence\Migrations

update-database

update-database -Project src\SimpleShop.Infrastructure -StartupProject src\SimpleShop.Infrastructure