The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DemoAppMusicSchema::Result::Album

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

title

  data_type: 'varchar'
  is_nullable: 0
  size: 255

recorded

  data_type: 'date'
  is_nullable: 1

deleted

  data_type: 'boolean'
  default_value: 'false'
  is_nullable: 1

RELATIONS

album_artists

Type: has_many

Related object: DemoAppMusicSchema::Result::AlbumArtist

sleeve_note

Type: might_have

Related object: DemoAppMusicSchema::Result::SleeveNote

tracks

Type: has_many

Related object: DemoAppMusicSchema::Result::Track