tags
Purpose
Section titled “Purpose”Tags are reusable labels that can be applied to regular expressions, custom formats, and quality profiles through dedicated junction tables. The name column is the stable identifier used as a foreign key target.
Columns
Section titled “Columns”| Column | Type | Nullable | Default | Description |
|---|---|---|---|---|
id |
INTEGER | Yes | — | — |
name |
VARCHAR(50) | No | — | — |
created_at |
TEXT | No | CURRENT_TIMESTAMP | — |
Relationships
Section titled “Relationships”Referenced by:
Constraints
Section titled “Constraints”- Primary key: (id)
- Unique: UNIQUE (name)