Skip to content

icanci01/HotelListing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotelListing

SQL Server Migrations

You can create your SQL Server migrations using PMC (Package Manager Console) or CLI

PMC (Package Manager Console)

  • add-migration InitialCreate
  • update-database -verbose
  • remove-migration
  • script-migration

CLI (Command Line Interface)

  • dotnet ef migrations add InitialCreate
  • dotnet ef database update
  • dotnet ef migrations remove
  • dotnet ef migrations script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages