I have two tables, table1(fields: playerId, insuranceId) and table2.
How to determine from table2 if the playerId and insuranceId have a connection to each other?
I mean which player have agreement with which insurance company...
I know that I should override method(which one?) in table to and use table1 exist method to make it work, but I don't know how to do it.
I don't sure I understand you correctly, but you create next method on table2
And somewhere in code:
Updated
Of course, if you have exist-method on table1 you can rewrite existInTable1() like this: