# HG changeset patch
# User Christophe de Vienne <christophe@unlish.com>
# Date 1418134738 -3600
# Node ID e1e8df594d588d23370ad36c8c6840d8631acaf7
# Parent  3810332ef42c5ec69c75e41afa833890b7f30267
[doc] Add BigInt to the list of built-in types

diff -r 3810332ef42c -r e1e8df594d58 doc/book/en/devrepo/datamodel/definition.rst
--- a/doc/book/en/devrepo/datamodel/definition.rst	Wed Sep 10 11:34:32 2014 +0200
+++ b/doc/book/en/devrepo/datamodel/definition.rst	Tue Dec 09 15:18:58 2014 +0100
@@ -83,7 +83,7 @@
 update or delete entities of this type.
 
 The following built-in types are available: ``String``,
-``Int``, ``Float``, ``Decimal``, ``Boolean``,
+``Int``, ``BigInt``, ``Float``, ``Decimal``, ``Boolean``,
 ``Date``, ``Datetime``, ``Time``, ``Interval``, ``Byte`` and
 ``Password``. They can only be used as attributes of an other entity
 type.