prorm API Reference
    Preparing search index...

    Interface ForeignKeyChecksOptions

    Options for

    decorator

    interface ForeignKeyChecksOptions {
        enabled?: boolean;
        description?: string;
    }
    Index
    enabled?: boolean

    Whether to enable or disable foreign key checks Default: true (enabled)

    description?: string

    Optional description for documentation