Re: [CDBI] add new columns to a table will break exi sting class?
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2006-05-24 at 14:58 -0700, Bill Moseley wrote: > None of my link tables have a single primary key. > > PersonRole->columns( Primary => qw / person role / ); Terminology confusion? That looks like a perfectly normal primary key to me. - Perrin