We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f663bfb commit a7ea0b1Copy full SHA for a7ea0b1
docs/guides/migration/v1-v2.md
@@ -32,7 +32,7 @@ nullability now becomes opt-in.
32
### Primary key columns may not be nullable
33
34
While dataframely v1 merely emitted a warning, dataframely v2 now raises an exception if a primary key is designated
35
-as non-nullable. This aligns dataframely, for example, with SQL where primary key columns may not be nullable.
+as nullable. This aligns dataframely, for example, with SQL where primary key columns may not be nullable.
36
37
### Schema rules are now defined as classmethods
38
0 commit comments