Loading...

Migrations

  • Open Package Manager Console
  • Switch to data project
  • Run ‘add-migration InitialCreate -context XceleraterDbContext’
  • Run ‘update-database’

EF6 Migrations

Author: David Wong @ World Warrior

Permalink: http://localhost:4321/blog/2019-07-07-ef-migrations/

Title: Entity Framework Migrations

License: All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!