nu
DTDrizzle Team
•Created by nu on 12/7/2024 in #help
How to add comment on postgres table columns (and other one-time operations like add trigger)
Hi @François . Thanks for the help.
No at this point I don't have the up function. I only have my tables defined.
The link you shared looks like a good idea (probably that's how I will do it). Although this will loose track of a timeline of changes in git I assume, which was one of my goals behind using an ORM.
I assume the
migrate()
function mustn't track changes in a migration file? (say I create a stored proc with custom mig file and update the same file to update the stored proc)4 replies