The matching criteria used to find attributes or entities, based on the attribute properties.

Label

Description

Attributes

Find attributes with the property:

  • PK: Indicates to find attributes that are PKs.
  • FK: Indicates to find attributes that are a part of FK of relationship.
  • Auto increment: Indicates to find attributes that are auto increment.
  • Unique: Indicates to find attributes that are unique
  • Generated: Indicates to find attributes that have special Created by property
  • Non-generated: The opposite of Generated
  • Other: Indicates to find attributes that have none of the properties (e.g. PK, FK, auto increment, unique, generated)
  • No labels