We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476c2e commit fea82d6Copy full SHA for fea82d6
2 files changed
include/operations.hrl
@@ -43,7 +43,7 @@
43
44
%% Relation constraints - holds all types of constraints for a relation
45
-record(relation_constraints, {
46
- attribute_constraints :: #{atom() => #attribute_constraint{}}, % 1OPs - attribute constraints
+ attribute_constraints :: #{atom() => [#attribute_constraint{}]}, % 1OPs - per-attribute named constraints
47
tuple_constraints :: [#tuple_constraint{}], % 2OPs - inter-attribute constraints
48
multi_tuple_constraints :: [term()] % 3OPs - multi-tuple constraints (future)
49
}).
0 commit comments