launchdarkly_feature_flag_environments
Association between feature flags and environments in LaunchDarkly
-
id
Primary key - Unique identifier of the row
-
project_environment_id
Foreign key - ID of the environment in which the feature flag exists
-
feature_flag_id
Foreign key - ID of the feature flag associated with the environment
-
archived
boolean - Indicates if the feature flag in the environment is archived
-
on
boolean - Indicates if the feature flag is on in the environment