/c-sharp-basics-dnd-api

A tutorial API for holding character data

Primary LanguageC#MIT LicenseMIT

Setup EntityFramework migration

  • Tools > Package Manager Console
  • Install-Package Microsoft.EntityFrameworkCore.Tools
  • Add-Migration Initial
  • if you mess up: Remove-Migration