- searchable => { type => 'boolean' },
- includeable => { type => 'boolean' },
- included_by_default => { type => 'boolean' },
- sortkey => { type => 'integer' },
+ searchable => { type => 'boolean', not_null => 1 },
+ includeable => { type => 'boolean', not_null => 1 },
+ included_by_default => { type => 'boolean', not_null => 1 },
+ sortkey => { type => 'integer', not_null => 1 },