Table/Entity in ER diagram

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

Properties

Properties

attrs: ERAttribute[]

Table attributes/columns

id: string

Unique table identifier

name: string

Table display name