Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 651 Bytes

PostgreSqlMigrationSqlGenerator

Class to handle Entity Framework migrations with PostgreSQL

Requires

  1. Npgsql (you can find it in NuGet)
  2. A database already creaded with a new schema called "dbo"
  3. [MaxLength(n)] attribute is required on each string properties of models

Installation

  1. Change your connection string into the file web.conf like this: