NAME

Music::Schema::Result::Album

TABLE: album

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'album_id_seq'

name

data_type: 'text'
is_nullable: 0
original: {data_type => "varchar"}

album_artist

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

year

data_type: 'integer'
is_nullable: 1

PRIMARY KEY

RELATIONS

album_artist

Type: belongs_to

Related object: Music::Schema::Result::AlbumArtist

songs

Type: has_many

Related object: Music::Schema::Result::Song