SQL::Translator::Schema::Constants
constants module
- Provided by: libsql-translator-perl (Version: 0.11021-1)
- Report a bug
constants module
use SQL::Translator::Schema::Constants;
$table->add_constraint(
name => 'foo',
type => PRIMARY_KEY,
);
This module exports the following constants for Schema features;
Ken Youens-Clark <kclark@cpan.org>.