ManyToManyPropertyMetadata: BaseRelationMetadata<T> & {
    joinTable: boolean;
    type: MANY_TO_MANY;
}

Metadata for many to many properties.

Type Parameters

Type declaration

  • joinTable: boolean

    Whether or not this entity should own the join table.

  • type: MANY_TO_MANY

    The type of the property.