migra
migra copied to clipboard
Add table and column descriptions on diff
Table and column descriptions are useful for async teams and are easy to see in frontends like Supabase.
Currently, I can list the descriptions with \d+ table_name
and \dt+
using psql
, but they are not included in the diffs.
This PR https://github.com/djrobstep/migra/pull/237 adds support for comments for all database objects