I have a tournament website with CakePHP, where i needs to manage a condition like below details:
There will be a fight competition between two competitor's where I needs to manage a match division and match schedules, and here Competitor and Opponent will be the same from the competitor's table's foreign key, means same user will be opposed to each other, than in this case, how can i save two same fields (competitor_id) into the match schedule's table for and admin can also manage, competitor's orders, if some competitor is not available etc.