Skip to content

ASP.NET Core MVC web app that creates a categories list and perform CRUD database operation using PostgreSQL.

Notifications You must be signed in to change notification settings

michaeldehaney94/BulkyBookWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BulkyBookWeb

STEPS TO CREATE DATABASE TABLE MIGRATION

  • To create database migration, open Package Manager Console
  • In the package manager terminal run, 'add-migration AddCategoryToDatabase'
  • If you get an error install 'Microsoft.EntityFrameworkCore.Tools' package, then run 'add-migration AddCategoryToDatabase' again.

TO PUSH DATABASE TABLE MIGRATION

  • In the package manager terminal run, 'update-database'

========================================================================================

SCREENSHOTS





About

ASP.NET Core MVC web app that creates a categories list and perform CRUD database operation using PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published