API 参考
    正在准备搜索索引...

    接口 DataSourceColumn

    表的列信息

    interface DataSourceColumn {
        comment?: string;
        name: string;
        schema: string;
        table: string;
        type: string;
    }
    索引
    comment?: string
    name: string
    schema: string
    table: string
    type: string