インターフェイス テーブルで 5 つの列の一意でない組み合わせを禁止したいと考えています。たとえば、次の列の場合:
:case_number, :client_name, :matter_name, :country, :engagement_code,
these rows should be allowed:
1,1,1,1,1
1,1,1,1,1
1,1,1,1,1
and these rows should not be allowed:
1,2,1,1,1
2,3,1,1,1
1,1,4,5,1