lidarr_metadata_profile_secondary_types
Purpose
Section titled “Purpose”Stores secondary metadata type rows for each Lidarr metadata profile. The allowed flag controls whether the type is permitted.
Columns
Section titled “Columns”| Column | Type | Nullable | Default | Description |
|---|---|---|---|---|
metadata_profile_name |
VARCHAR(100) | No | — | — |
type_id |
INTEGER | No | — | — |
name |
VARCHAR(100) | No | — | — |
allowed |
INTEGER | No | 0 | — |
Relationships
Section titled “Relationships”References:
-
lidarr_metadata_profiles — lidarr_metadata_profiles (metadata_profile_name)
-
FOREIGN KEY (metadata_profile_name) REFERENCES lidarr_metadata_profiles(name) ON DELETE CASCADE ON UPDATE CASCADE
Constraints
Section titled “Constraints”- Primary key: (metadata_profile_name, type_id)
- Arr-type note: Lidarr-only.