dependency
The dependency table defines a general dependency between two entities. This table belongs to the category dependency.
This relationship is more general than the containment and connectivity relationships defined in other tables.
The following table describes the dependency table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| independentEntityId | 32-bit integer | Foreign key Not null |
The identifier from the entityData table of the entity on which the dependent entity depends. |
| dependentEntityId | 32-bit integer | Foreign key Not null |
The identifier of the dependent entity from the entityData table. |
| dependencyType | Integer | Not null |
The value identifying the type of dependency relationship. |