Type alias RelationOptions

RelationOptions: {
    composite?: EntityRole;
    fulltext_container?: EntityRole;
    inlined?: boolean;
    symmetric?: boolean;
}

Type representing the possible options for a relation definition.

Type declaration

  • Optional composite?: EntityRole
  • Optional fulltext_container?: EntityRole
  • Optional inlined?: boolean
  • Optional symmetric?: boolean

Generated using TypeDoc