NAME

Music::Schema::Result::Song

TABLE: song

ACCESSORS

id

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

name

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

album

data_type: 'integer'
is_foreign_key: 1
is_nullable: 1

track

data_type: 'integer'
is_nullable: 1

PRIMARY KEY

RELATIONS

album

Type: belongs_to

Related object: Music::Schema::Result::Album