DBIx::Class::UUIDColumns::PP


SYNOPSIS

  pacakge Artist;
  __PACKAGE__->load_components(qw/UUIDColumns::PP Core DB/);
  __PACKAGE__->uuid_columns( 'artist_id' );x

Back to Top


DESCRIPTION

This the DBIx::Class manpage component resembles the behaviour of the Class::DBI::UUID manpage, to make some columns implicitly created as uuid.

Note that the component needs to be loaded before Core.

Back to Top


METHODS

uuid_columns

Back to Top


AUTHORS

DBIx::Class::UUIDColumns by Chia-liang Kao <clkao@clkao.org> PP extension, and 3 lines changed to use Data::Uniqid by Simon Elliott <cpan@browsing.co.uk>

Back to Top


LICENSE

You may distribute this code under the same terms as Perl itself.

Back to Top

 DBIx::Class::UUIDColumns::PP