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-01-20 | perl v5.38.2 |