Subject | RE: [firebird-support] Re: Override domain null constraint |
---|---|
Author | Leyne, Sean |
Post date | 2011-09-10T19:01:26Z |
> The firebird rdb$fields stores nullability value of the domain/column. ThenYou make it sound like this is a problem. It is completely expected and appropriate.
> the rdb$relation_fields ALSO store the nullability value of the
> domain/column (this looks like the actual override). So firebird still doesn't
> support overriding the not null constraint on the domain???
If you want to allow NULLs then define a new domain.
Sean