-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
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
Labels
No labels