comparison Lib/IMPL/SQL/Schema/Constraint/Unique.pm @ 168:6148f89bb7bf

IMPL::SQL::Schema::Traits::Diff alfa version IMPL::lang added hash traits
author sourcer
date Mon, 16 May 2011 04:30:38 +0400
parents 4267a2ac3d46
children
comparison
equal deleted inserted replaced
167:1f7a6d762394 168:6148f89bb7bf
1 package IMPL::SQL::Schema::Constraint::Unique; 1 package IMPL::SQL::Schema::Constraint::Unique;
2 use strict; 2 use strict;
3 use parent qw(IMPL::SQL::Schema::Constraint::Index); 3 use parent qw(IMPL::SQL::Schema::Constraint::Index);
4 4
5 __PACKAGE__->PassThroughArgs; 5 __PACKAGE__->PassThroughArgs;
6 __PACKAGE__->RegisterAlias('unique');
6 7
7 1; 8 1;