prorm API Reference
    Preparing search index...

    Interface ForeignKeyDescription

    Foreign key description

    interface ForeignKeyDescription {
        name: string;
        field: string;
        references: { table: string; field: string };
        onDelete?: string;
        onUpdate?: string;
    }
    Index
    name: string
    field: string
    references: { table: string; field: string }
    onDelete?: string
    onUpdate?: string