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

NAME

SQL::Translator::Schema::Constants - constants module

SYNOPSIS

  use SQL::Translator::Schema::Constants;

  $table->add_constraint(
      name => 'foo',
      type => PRIMARY_KEY,
  );

DESCRIPTION

This module exports a several constants to like "primary key," etc.

AUTHOR

Ken Y. Clark <kclark@cpan.org>

COPYRIGHT

Copyright (c) 2003

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.