The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DemoAppOtherFeaturesSchema::Result::ArtistsCalledMike

ACCESSORS

id

  data_type: 'integer'
  is_nullable: 1

forename

  data_type: 'varchar'
  is_nullable: 1
  size: 255

surname

  data_type: 'varchar'
  is_nullable: 1
  size: 255

pseudonym

  data_type: 'varchar'
  is_nullable: 1
  size: 255

born

  data_type: 'date'
  is_nullable: 1