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::PunctuatedColumnName

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

foo ' bar

  accessor: 'foo_bar'
  data_type: 'integer'
  is_nullable: 1

bar/baz

  accessor: 'bar_baz'
  data_type: 'integer'
  is_nullable: 1

baz;quux

  accessor: 'baz_quux'
  data_type: 'integer'
  is_nullable: 1