Django MusicBrainz Connector
  • Area Type
  • Area
  • Artist Credit
  • Artist Credit Name
  • Artist Type
  • Artist
  • Gender
  • Language
  • Link
  • Link Attribute
  • Link Attribute Text Value
    • LinkAttributeTextValue
  • Link Attribute Type
  • Link Text Attribute Type
  • Link Type
  • Medium Format
  • Recording
  • RecordingWorkLink
  • ReleaseGroupPrimaryType
  • ReleasePackaging
  • ReleaseStatus
  • Script
  • Tag
  • Track
  • Work
  • Work Type
  • Base tag model
  • Changelog
Django MusicBrainz Connector
  • Link Attribute Text Value
  • View page source

Link Attribute Text Value

class django_musicbrainz_connector.models.LinkAttributeTextValue(*args, **kwargs)[source]

PostgreSQL Definition

The link_attribute_text_value table is defined in the MusicBrainz Server as:

CREATE TABLE link_attribute_text_value ( -- replicate
    link                INT NOT NULL, -- PK, references link.id
    attribute_type      INT NOT NULL, -- PK, references link_text_attribute_type.attribute_type
    text_value          TEXT NOT NULL
);
Previous Next

© Copyright 2025, Marios Zindilis.

Built with Sphinx using a theme provided by Read the Docs.