-
-
14 Sep 2020 13:21:58 UTC
- Distribution: SQL-Translator
- Module version: 1.62
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (97)
- Testers (2801 / 0 / 0)
- Kwalitee
Bus factor: 5- 23.69% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (402.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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;
- CHECK_C
- FOREIGN_KEY
- FULL_TEXT
- NOT_NULL
- NORMAL
- NULL
- PRIMARY_KEY
- UNIQUE
AUTHOR
Ken Youens-Clark <kclark@cpan.org>.
Module Install Instructions
To install SQL::Translator, copy and paste the appropriate command in to your terminal.
cpanm SQL::Translator
perl -MCPAN -e shell install SQL::Translator
For more information on module installation, please visit the detailed CPAN module installation guide.