Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 339 Bytes

File metadata and controls

7 lines (4 loc) · 339 Bytes

Northwind

dotnet ef dbcontext scaffold "Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Northwind" Microsoft.EntityFrameworkCore.SqlServer --context-dir Data --output-dir Data --force

Default contains Northwind reverse engineered without any templates.

Data contains Northwind reverse engineered with the included templates.