SQL::Translator::Schema::Constants - constants module


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.

Index


NAME

Top

SQL::Translator::Schema::Constants - constants module

SYNOPSIS

Top

  use SQL::Translator::Schema::Constants;

  $table->add_constraint(
      name => 'foo',
      type => PRIMARY_KEY,
  );

DESCRIPTION

Top

This module exports the following constants for Schema features;

CHECK_C
FOREIGN_KEY
FULL_TEXT
NOT_NULL
NORMAL
NULL
PRIMARY_KEY
UNIQUE

AUTHOR

Top

Ken Youens-Clark <kclark@cpan.org>.


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.