Merge pull request #6636 from Kwadz/annot-ref-update
Mention the nullable default value for @column
This commit is contained in:
commit
ddccd42bb1
@ -113,7 +113,7 @@ Optional attributes:
|
||||
- **unique**: Boolean value to determine if the value of the column
|
||||
should be unique across all rows of the underlying entities table.
|
||||
|
||||
- **nullable**: Determines if NULL values allowed for this column.
|
||||
- **nullable**: Determines if NULL values allowed for this column. If not specified, default value is false.
|
||||
|
||||
- **options**: Array of additional options:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user