- cleared => { type => 'boolean', default => 'false' },
- fx_transaction => { type => 'boolean', default => 'false' },
- ob_transaction => { type => 'boolean', default => 'false' },
- cb_transaction => { type => 'boolean', default => 'false' },
+ cleared => { type => 'boolean', default => 'false', not_null => 1 },
+ fx_transaction => { type => 'boolean', default => 'false', not_null => 1 },
+ ob_transaction => { type => 'boolean', default => 'false', not_null => 1 },
+ cb_transaction => { type => 'boolean', default => 'false', not_null => 1 },