'c_catalogues' => array(RedBeanModel::MANY_MANY, 'C_catalogue'),
Table to maintain many to many relationship is created in the database "c_catalogue_c_catalogue", with columns id, c_catalogue_id, and c_catalogue2_id.
Is there any other relationship I should be using?
Thanks.










