1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Mention the nullable default value for @column

Related to #6632
This commit is contained in:
Richard 2017-08-20 05:57:00 +02:00
parent 23ae83e351
commit 9eaf23a5e0

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: