How to add comment on postgres table columns (and other one-time operations like add trigger)
I want to add comment on columns of my postgres table (
I can see suggestions like
But won't this be executed every time? I faced same doubt when trying to add trigger+function.
COMMENT ON COLUMN). There is no native function in drizzle.I can see suggestions like
But won't this be executed every time? I faced same doubt when trying to add trigger+function.