API 参考
    正在准备搜索索引...

    Describes join column options.

    interface JoinColumnOptions {
        foreignKeyConstraintName?: string;
        name?: string;
        referencedColumnName?: string;
    }
    索引

    属性

    foreignKeyConstraintName?: string

    Name of the foreign key constraint.

    name?: string

    Name of the column.

    referencedColumnName?: string

    Name of the column in the entity to which this column is referenced.