﻿Add-Migration InitialCreate
Script-Migration or Update-Database

Remove-Migration //Removes the last migration. Sometimes you add a migration and realize you need to make additional changes to your EF Core model before applying it.
Update-Database LastGoodMigration //to roll back to the last good migration after applying a bad one