Hi! I would use SchemaUpdate to launch migration scripts but is known that the null constraint is "turned off".
How is possible to apply a "strict" version of the update script? I've a mechanism to fill with valid data the not nullable columns so my steps should be: 1. disable all DB constraints 2. launch the create/alter scripts 3. launch my "data filler" 4. enable all DB constraints Thanks!
