Schema (database)
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.