Table of Contents
1 Relationships
1.1 Cascade
1.1.1 Overview
cascade basically means that if something happens to the parent,
then do what we're "cascading" (I don't know what to call it)
Say if we have set ON DELETE CASCADE, then if the parent
is deleted, this entity will also be deleted!