Base solution for your next web application
Open Closed

Entity Migration for PostgreSql DB #2877


User avatar
0
manish2709 created

the existing migration class in Migrations folder are not created tables in postgres db the migration classes are created for SQL server db but in our requirement we use Postgres DB. so give me a solution to create migration classes for postgres db or how to execute existing migration classes against postgres db.

in current scenario with existing migration class when we run migration project it has created some table after that throw error.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Sorry for the late reply. You are right, migration files are created for SQL Server. You need to delete all migration files and create same files for PostgreSql DB.

    Thanks.