id | countryName |
---|---|
1 | Mexico |
2 | Canada |
3 | United States |
4 | Germany |
5 | France |
id | reporterName | |
---|---|---|
1 | John Doe | johndoe@example.com |
2 | Jane Smith | janesmith@example.com |
3 | Alice Brown | alicebrown@example.com |
4 | Bob Green | bogreen@example.com |
5 | Charlie White | charliewhite@example.com |
immigrationReporterId | countryId |
---|---|
(→ Immigration_Reporters.id) | (→ Countries.id) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
5 | 2 |