Skip to content

Postgresql - few issues #189

@MikeKry

Description

@MikeKry

Hi, we have encountered some issues when testing schemareader and generating migrations on PostgreSQL

  • when dropping primary key with FK constraint - commands are in wrong order and migration does not go through. Same applies for unique key
  • Type names are different in postgres and schema reader. e.g. decimal is numeric in postgresql, so dbschemareader always creates migration because it detects change.
  • Identity cannot be set on existing column - there is problem with default value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions