@pondpilot/flowscope-core
    Preparing search index...

    Interface SchemaTable

    interface SchemaTable {
        catalog?: string;
        columns?: ColumnSchema[];
        name: string;
        schema?: string;
    }
    Index

    Properties

    catalog?: string
    columns?: ColumnSchema[]
    name: string
    schema?: string