Is there a way to archive the following in CRUD using set_relation_n_n
SELECT *
FROM option_categories
LEFT JOIN option_subCategories
ON option_categories.categoryId=option_subCategories.categoryId
LEFT JOIN option_types
ON option_subCategories.subCategoryId=option_types.subCategoryId