Mask has asked for the wisdom of the Perl Monks concerning the following question:
Do I need to declare the rest of fields. Is it usefull if i am not using them for anything?__PACKAGE__->columns( Primary => qw{pk1}); __PACKAGE__->columns( Essential => qw{f1 f2 f3});
__PACKAGE__->columns( Others => qw{of1 of2 of3});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Class::DBI --> usage of group Others in __PACKAGE__->columns
by davidrw (Prior) on Aug 25, 2005 at 15:04 UTC | |
by Mask (Pilgrim) on Aug 25, 2005 at 16:02 UTC |