servers icon indicating copy to clipboard operation
servers copied to clipboard

I hope to return the comment of the field when getting the schema

Open tiger822 opened this issue 8 months ago • 0 comments

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" }, ... ]

tiger822 avatar Jun 06 '25 00:06 tiger822