From 9eaf23a5e0221e546504b6008c2092a469aa0b76 Mon Sep 17 00:00:00 2001
From: Richard <richard.carree@syspay.com>
Date: Sun, 20 Aug 2017 05:57:00 +0200
Subject: [PATCH] Mention the nullable default value for @column

Related to #6632
---
 docs/en/reference/annotations-reference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst
index e55a23eff..1571a857b 100644
--- a/docs/en/reference/annotations-reference.rst
+++ b/docs/en/reference/annotations-reference.rst
@@ -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: