NAME

DemoAppMusicSchema::Result::Artist

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

forename

data_type: 'varchar'
is_nullable: 0
size: 255

surname

data_type: 'varchar'
is_nullable: 0
size: 255

pseudonym

data_type: 'varchar'
is_nullable: 1
size: 255

born

data_type: 'date'
is_nullable: 1

RELATIONS

album_artists

Type: has_many

Related object: DemoAppMusicSchema::Result::AlbumArtist