NAME

DemoAppMusicSchema::Result::AlbumArtist

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

album_id

data_type: 'int'
is_foreign_key: 1
is_nullable: 0

artist_id

data_type: 'int'
is_foreign_key: 1
is_nullable: 0

RELATIONS

artist

Type: belongs_to

Related object: DemoAppMusicSchema::Result::Artist

album

Type: belongs_to

Related object: DemoAppMusicSchema::Result::Album