Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->has_many(columns => [ 'Page_column' => 'column_id' ]);
    
  2. or download this
    __PACKAGE__->has_many(columns => 'Column');
    
  3. or download this
    __PACKAGE->has_a(column_id => 'Column');