NAME
SQL::Translator::Schema::Constants - constants module
SYNOPSIS
$table
->add_constraint(
name
=>
'foo'
,
type
=> PRIMARY_KEY,
);
DESCRIPTION
This module exports the following constants for Schema features;
AUTHOR
Ken Youens-Clark <kclark@cpan.org>.