When an insert omits a defaulted column, this toy model fills that column from the schema.
omitted uses default
Apply omitted defaults
The candidate applies 3 defaults and is accepted.
defaults=3
DEFAULT examples are tiny finite insert checks; SQL dialect completeness, generated defaults, identity columns, triggers, constraints beyond visible NOT NULL, indexes, transactions, performance, and product behavior are out of scope.
Read each result cell
The resolution table marks which cells came from defaults.
source = default
Summary
Omitted defaulted columns become visible inserted values.