__PACKAGE__->columns( Primary => qw{pk1}); __PACKAGE__->columns( Essential => qw{f1 f2 f3}); #### __PACKAGE__->columns( Others => qw{of1 of2 of3});