Skip to content

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

Closed as not planned
@tiger822

Description

@tiger822

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions