core icon indicating copy to clipboard operation
core copied to clipboard

Declarative database schema definition

Results 3 core issues
Sort by recently updated
recently updated
newest added

Cloud Firestore is a very popular and useful database. It would be nice if you include it

Postgres [allows](https://www.postgresql.org/docs/9.4/sql-alterindex.html) renaming indexes, and while it is impossible to use inside the schema diffing algorithm (as indexes are compared by name) it can still be used inside conditional migrations....

If the database schema contains any check constraints that mention an enum field, then running `AlterEnumValues` against that enum type fails. A possible solution would be to drop check constraints...