JuanDavidPaez / simple-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%