I have a situation where I'd rather not use the built-in constraints.
We do use the constraints (currently) to drive database schema creation. It seems (from what I've checked thus far) that all the bases are covered if we stop using built-in constraints and move to using the static mapping block instead.
The one exception is the nullable constraint. I don't see a way to mark the column as not nullable in the static mapping block in a way that controls schema generation. Is there a way to do so?