launchdarkly_feature_flags
Details about feature flags in LaunchDarkly
-
id
Primary key - Unique identifier of the row
-
source_key
string - Key of the feature flag in LaunchDarkly
-
project_id
Foreign key - ID of the project to which the feature flag belongs
-
name
string - Name of the feature flag
-
kind
string - Kind of the feature flag
-
archived
boolean - Indicates if the feature flag is archived
-
archived_date
date - Date when the feature flag was archived
-
deprecated
boolean - Indicates if the feature flag is deprecated
-
deprecated_date
date - Date when the feature flag was deprecated
-
temporary
boolean - Indicates if the feature flag is temporary
-
maintainer_id
Foreign key - ID of the user who maintains the feature flag
-
team_id
Foreign key - ID of the team responsible for the feature flag
-
created_at
date - Date when the feature flag was created
-
synced_at
date - Date when the feature flag was last synced