extract not null constraint into enum

This commit is contained in:
2024-01-19 07:58:37 +01:00
parent ed6366fef6
commit 9355f7ea27
13 changed files with 90 additions and 87 deletions
@@ -30,7 +30,6 @@ private:
};
const field_attributes null_attributes {};
const field_attributes not_null_attributes { constraints::NOT_NULL };
}
#endif //QUERY_FIELD_ATTRIBUTES_HPP