Documentation
    Preparing search index...

    Interface ForeignKeyConstraintErrorOptions

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