1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6636 from Kwadz/annot-ref-update

Mention the nullable default value for @column
This commit is contained in:
Marco Pivetta 2017-08-20 08:17:41 +02:00 committed by GitHub
commit ddccd42bb1

View File

@ -113,7 +113,7 @@ Optional attributes:
- **unique**: Boolean value to determine if the value of the column - **unique**: Boolean value to determine if the value of the column
should be unique across all rows of the underlying entities table. 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: - **options**: Array of additional options: