Skip to content

Commit

Permalink
Merge pull request #531 from ckadluba/530-fix-allownull-doc
Browse files Browse the repository at this point in the history
Fixed bug #530
  • Loading branch information
ckadluba authored Apr 9, 2024
2 parents 27dd528 + ffdd4a8 commit cd0a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Numeric types use the default precision and scale. For numeric types, you are re

### AllowNull

Determines whether or not the column can store SQL `NULL` values. Some of the other features like `PrimaryKey` have related restrictions, and some of the Standard Columns impose restrictions (for example, the `Id` column never allows nulls).
Determines whether or not the column can store SQL `NULL` values. The default is true. Some of the other features like `PrimaryKey` have related restrictions, and some of the Standard Columns impose restrictions (for example, the `Id` column never allows nulls).

### DataLength

Expand Down

0 comments on commit cd0a993

Please sign in to comment.