Skip to main content
Version: 1.1.x

Basic Schema

We will be using this basic schema for demonstration:

  • cake one-to-many fruit
  • cake many-to-many filling
  • cake_filling is the junction table between cake and filling

Basic Schema