Subject Re: [firebird-support] Copy definition from domain to field
Author Radu Sky
Hello,

AFAIK, the default and constrains of the domain are at domain level,
meaning that if the domain has the 'Y' default , the field will be 'Y'
except the case that the field itself has another default value
specified, in that case that value supersedes the domain default.
About checks, the one specified in the field will be an extra validity.

HTH

Radu