Member Junction
    Preparing search index...

    Table/Entity in ER diagram

    interface ERTable {
        attrs: ERAttribute[];
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    attrs: ERAttribute[]

    Table attributes/columns

    id: string

    Unique table identifier

    name: string

    Table display name