postgres://postgres@localhost:5432/table_xxx/schema return : [ { "column_name": "id", "data_type": "character varying", "comment":"id field comment" }, { "column_name": "emp_id", "data_type": "character varying", "comment":"employee id" }, ... ]