[doc] Add BigInt to the list of built-in types
authorChristophe de Vienne <christophe@unlish.com>
Tue, 09 Dec 2014 15:18:58 +0100
changeset 10113 e1e8df594d58
parent 10076 3810332ef42c
child 10114 6f4b4567b77d
[doc] Add BigInt to the list of built-in types
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.