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

Link Text Attribute Type

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

PostgreSQL Definition

The link_text_attribute_type table is defined in the MusicBrainz Server as:

CREATE TABLE link_text_attribute_type ( -- replicate
    attribute_type      INT NOT NULL -- PK, references link_attribute_type.id CASCADE
);
Previous Next

© Copyright 2025, Marios Zindilis.

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