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.
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Column comments not added | 8 | 3248 | July 20, 2009 | |
| setColumnRemarks is not supported on mysql | 0 | 611 | September 19, 2018 | |
| comment on object | 1 | 524 | October 4, 2020 | |
| MS SQL Server Remarks not working | 4 | 375 | February 15, 2013 | |
| H2 Remark support for columns and tables. | 0 | 627 | April 22, 2014 |