kad1r / postgre-migration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL datatype migrations with EFCore

Build Status

In this example you can see how you migrate your context to PostgreSQL. Especially people got some errors with datatype datetime. It should be timestamp on PostgreSQL. So you just need to identify the column type on model creating phase.

About


Languages

Language:C# 91.2%Language:HTML 5.2%Language:CSS 1.9%Language:Dockerfile 1.4%Language:JavaScript 0.3%