Models are rarely isolated. Usually, they connect to other models.
Consider Facebook. What models can we identify?
How are they related?
We need a way to keep track of these connections in the database. We do that by adding columns that tie one row from one table to another row in another table.
Such columns are called foriegn keys because they contain simple integer values: the values of the primary key columns of foriegn (other) tables.