Hi,
How can I make a column on column from sql in XML format?
COMMENT ON COLUMN is ‘this is a comment’
thanks in advance.
Hi,
How can I make a column on column from sql in XML format?
COMMENT ON COLUMN is ‘this is a comment’
thanks in advance.
You can use the " setColumnRemarks" change-type.
https://docs.liquibase.com/change-types/community/set-column-remarks.html
Thank you very much @daryldoak, it worked perfectly.