IT lexicon Database Schema (database)

Schema (database)

Database På svenska → Updated: 2026-05-23

The structure of a database — which tables, columns, types, constraints, relations exist.

Classic relational databases: the schema must be defined before data. Schemaless (MongoDB): optional — you can put in anything, which is both power and risk. Schema migrations are how you change it over time.

← Back to the lexicon