Databricks SDK for JavaScript
    Preparing search index...
    interface ForeignKeyConstraint {
        childColumns?: string[];
        name?: string;
        parentColumns?: string[];
        parentTable?: string;
        rely?: boolean;
    }
    Index

    Properties

    childColumns?: string[]

    Column names for this constraint.

    name?: string

    The name of the constraint.

    parentColumns?: string[]

    Column names for this constraint.

    parentTable?: string

    The full name of the parent constraint.

    rely?: boolean

    True if the constraint is RELY, false or unset if NORELY.