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

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