Skip to content

TableTopCatalogDemoApp/WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data.Design

Add new migration

dotnet ef migrations add InitializeDb `
	--project .\TableTopCatalogDemoApp.Data\TableTopCatalogDemoApp.Data.csproj `
	--startup-project .\TableTopCatalogDemoApp.Data.Design\TableTopCatalogDemoApp.Data.Design.csproj

Generate SQL script

dotnet ef migrations script `
	--project .\TableTopCatalogDemoApp.Data\TableTopCatalogDemoApp.Data.csproj `
	--startup-project .\TableTopCatalogDemoApp.Data.Design\TableTopCatalogDemoApp.Data.Design.csproj `
	--output database.sql `
	--idempotent

Run data seeding

dotnet `
	.\TableTopCatalogDemoApp.Data.Design.dll `
	"Server=(localdb)\mssqllocaldb;Database=TableTopData"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages