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
-
status
string - Current status of the feature flag in the environment (e.g., new, active, launched, inactive)
-
updated_at
date - Date when the feature flag toggle last updated