how to make unique the combination of two fields, example in a table with fields month, establishment, location, there can only be one record per establishment per month, something like $ crud-> unique_fields (array ('month', 'establishment')) ; but I think that in this way it verifies the fields separately, I need them to be unique the combination of both, thanks in advance