[This is preliminary documentation and subject to change.]
The FeatureComponents table defines the relationship between features and components. Specifically, for each feature, this table lists all the components that make up a feature.
The FeatureComponents table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Feature_ | Identifier | Y | N |
Component_ | Identifier | Y | N |
External key to column one of the Feature table.
External key to column one of the Component table.
Components can be shared by two or more features (that is, the same component can be referred to by more than one feature).
This table is referred to when the PublishFeatures action or the UnpublishFeatures action is executed.