languages
Purpose
Section titled “Purpose”Languages used for quality profile language requirements and language-type custom format conditions. Seeded with 64 entries sourced from Radarr and Sonarr upstream, including special values such as Unknown, Any, and Original.
Columns
Section titled “Columns”| Column | Type | Nullable | Default | Description |
|---|---|---|---|---|
id |
INTEGER | Yes | — | — |
name |
VARCHAR(30) | No | — | — |
created_at |
TEXT | No | CURRENT_TIMESTAMP | — |
updated_at |
TEXT | No | CURRENT_TIMESTAMP | — |
Relationships
Section titled “Relationships”Referenced by:
Constraints
Section titled “Constraints”- Primary key: (id)
- Unique: UNIQUE (name)