Search⌘ K

Orders

Explore how to design efficient order and order item schemas in Laravel. Understand the use of Eloquent models and relationships, and learn best practices for storing aggregate data to support business operations and reporting.

Orders table schema

Deciding on the columns of any new table requires some basic understanding of how the module will look and what functionality we will offer. In this lesson, learn how to keep it simple and add necessary columns to perform business operations.

All we need to store ...