Skip to content

JuanDavidPaez/simple-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages