X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FTable.pm;h=789b9a160aa969c9e1de7427bfea857894044083;hb=7e95adcb9ce2c7f58fc27fbcf58dc430b37d28c6;hp=5e69f86dde375e187c42cf14d75301ce6b365eef;hpb=e757697c6609eed553753e37307e7328824d68da;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Table.pm b/lib/SQL/Translator/Schema/Table.pm index 5e69f86..789b9a1 100644 --- 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 object representing the primary key. -These are eqivalent: +These are equivalent: $table->primary_key('id'); $table->primary_key(['name']);