Closed flux627 closed 6 years ago
Massive isn't a migration framework and doesn't create tables (other than well-defined document tables... which could probably use column comments, to be fair). Did you mean to file this against node-pg-migrate?
Yes, I did. Sorry, had both tabs open!
Something I never liked about native Postgres SQL migrations was the decoupling between adding columns and their comments. It would be nice to do something like this:
Which would automatically add the respective
COMMENT ON COLUMN ...
after creating the table.