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

DBIx::Class::Migration::Types - Custom Type::Tiny Types

SYNOPSIS

  use DBIx::Class::Migration::Types -all;
  use Moo;

  has 'schema' => isa=>LoadableClass;

DESCRIPTION

Custom Type::Tiny types. Probably nothing here you need to worry about.

SEE ALSO

DBIx::Class::Migration, Type::Tiny

AUTHOR

See DBIx::Class::Migration for author information

COPYRIGHT & LICENSE

See DBIx::Class::Migration for copyright and license information