table of contents
| SQL::Translator::Schema::Constants(3pm) | User Contributed Perl Documentation | SQL::Translator::Schema::Constants(3pm) |
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 the following constants for Schema features;
AUTHOR¶
Ken Youens-Clark <kclark@cpan.org>.
| 2024-11-23 | perl v5.40.0 |