interface ForeignKeyConstraintErrorOptions {
    fields?: {
        [field: string]: string;
    };
    index?: string;
    reltype?: RelationshipType;
    table?: string;
    value?: unknown;
}

Properties

fields?: {
    [field: string]: string;
}

Type declaration

  • [field: string]: string
index?: string
table?: string
value?: unknown