On Wed, Aug 20, 2025 at 9:57 AM Ron Clarke <rclarkeai(at)gmail(dot)com> wrote:
> ...and ensure the same defaults, nulls etc are applied accross tables.
>
Just as a warning - a deviation we have from the SQL Standard regarding
domains and their NOT NULL constraints makes specifying one on a domain a
bit of a potential trap. Rely on column NOT NULL.
David J.