Skip to content

Instantly share code, notes, and snippets.

@mojoblanco
Last active July 13, 2018 07:15
Show Gist options
  • Save mojoblanco/47ff93ffe6ed71409dc45c72fb8c5803 to your computer and use it in GitHub Desktop.
Save mojoblanco/47ff93ffe6ed71409dc45c72fb8c5803 to your computer and use it in GitHub Desktop.
Entity Framework CLI Commands

Scaffold

Scaffold-DbContext "Server=(localdb)\mssqllocaldb;Database=Blogging;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Tables Blog,Post

Generate Script

Script-Migration -From [FromMigration] -To [ToMigration] -Context ApplicationDbContext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment