Postgresql and Oracle have a statement which allows the creation of comments on objects in the database.
Describing the objects includes the comments which have been added.
In postgresql, the syntax is: COMMENT ON as ‘’
Is this functionality avalable in liquibase?