Link Attribute Text Value
- class django_musicbrainz_connector.models.LinkAttributeTextValue(*args, **kwargs)[source]
PostgreSQL Definition
The
link_attribute_text_valuetable 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 );