NAME
Music::Schema::Result::AlbumArtist
TABLE: album_artist
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'album_artist_id_seq'
name
data_type: 'text'
is_nullable: 0
original: {data_type => "varchar"}
description
data_type: 'text'
is_nullable: 1
original: {data_type => "varchar"}
PRIMARY KEY
RELATIONS
albums
Type: has_many
Related object: Music::Schema::Result::Album