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>.
| 2024-12-12 | perl v5.42.0 |