Back to all terms
64Backend & dataEssential
Schema
Schema
Defines the structure of the data in a database: which fields exist and what type each one is.
For example
When designing the database I first defined the user table schema, with id, name and email.
Resources
Copy prompt
Design a schema for these entities with field types and constraints.
Related terms
See all