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

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