projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e757697
)
typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:42:37 +0000 (07:42 -0400)]
lib/SQL/Translator/Schema/Table.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Schema/Table.pm
b/lib/SQL/Translator/Schema/Table.pm
index
5e69f86
..
789b9a1
100644
(file)
--- a/
lib/SQL/Translator/Schema/Table.pm
+++ b/
lib/SQL/Translator/Schema/Table.pm
@@
-741,7
+741,7
@@
add to the fields of an existing PK (and will unique the field names).
Returns the C<SQL::Translator::Schema::Constraint> object representing
the primary key.
-These are eqivalent:
+These are equivalent:
$table->primary_key('id');
$table->primary_key(['name']);