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

NAME

DemoAppMusicSchema::Result::Track

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

title

  data_type: 'varchar'
  is_nullable: 0
  size: 255

length

  data_type: 'varchar'
  is_nullable: 1
  size: 255

album_id

  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 0
  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 1

sales

  data_type: 'int'
  is_nullable: 1

releasedate

  data_type: 'date'
  is_nullable: 1

RELATIONS

Type: belongs_to

Related object: DemoAppMusicSchema::Result::Copyright

album

Type: belongs_to

Related object: DemoAppMusicSchema::Result::Album