From f5ba83cae5da6c9bc61b0bc9f90cbec28b86bbed Mon Sep 17 00:00:00 2001 From: Peter Kruithof Date: Mon, 21 Jan 2013 15:03:46 +0100 Subject: [PATCH] Documented `guid` mapping type refs #456a756febb258b52092fa2640c77bb8400114fa --- en/reference/basic-mapping.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/reference/basic-mapping.rst b/en/reference/basic-mapping.rst index bb5c128e2..fbd2305cf 100644 --- a/en/reference/basic-mapping.rst +++ b/en/reference/basic-mapping.rst @@ -169,6 +169,8 @@ built-in mapping types: - ``float``: Type that maps a SQL Float (Double Precision) to a PHP double. *IMPORTANT*: Works only with locale settings that use decimal points as separator. +- ``guid``: Type that maps a database GUID/UUID to a PHP string. Defaults to + varchar but uses a specific type if the platform supports it. .. note::