Skip to content

Commit ffdd4a8

Browse files
committed
Fixed bug #530
State default value for `AllowNull` SQLColumn property in README.
1 parent 27dd528 commit ffdd4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Numeric types use the default precision and scale. For numeric types, you are re
383383

384384
### AllowNull
385385

386-
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).
386+
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).
387387

388388
### DataLength
389389

0 commit comments

Comments
 (0)