Skip to content

tags

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.

Column Type Nullable Default Description
id INTEGER Yes
name VARCHAR(50) No
created_at TEXT No CURRENT_TIMESTAMP

Referenced by:

  • Primary key: (id)
  • Unique: UNIQUE (name)