table of contents
| SQL::Translator::Schema::Constants(3) | User Contributed Perl Documentation | SQL::Translator::Schema::Constants(3) |
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>.
| 2023-02-24 | perl v5.26.1 |