Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 990 Bytes

entityframework-sqlite.md

File metadata and controls

17 lines (12 loc) · 990 Bytes

EntityFramework-Sqlite

이 리포지토리는 EntityFramework-Sqlite의 Migration 관련된 정보를 기술한 리포지토리입니다.

더 알아보기 »

Star License Activity
Github Stars License Commits-per-month

Migration 진행정보

ASP.NET Core 환경에서 EntityFrameworkCore Sqlite 설치 순서

  • Install NugetPackage: Microsoft.EntityFrameworkCore.Sqlite, Microsoft.VisualStudio.Web.CodeGeneration.Design
  • add-migration CreateIdentitySchema -OutputDir Data\Migrations
  • update-database