Comment on column in xml

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

1 Like

Thank you very much @daryldoak, it worked perfectly.