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

NAME

DemoAppMusicSchema::Result::Copyright

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

rights_owner

  data_type: 'varchar'
  is_nullable: 0
  size: 255
  data_type: 'integer'
  is_nullable: 1

RELATIONS

tracks

Type: has_many

Related object: DemoAppMusicSchema::Result::Track