From 469471fddeb365d73fc932ab660c72a8be6c901b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 6 Jun 2009 18:23:21 +0000 Subject: #408876 by JamesAn: Document Schema API's serialize property. --- includes/database/schema.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/database/schema.inc b/includes/database/schema.inc index 36f8fca8c..52adc3bde 100644 --- a/includes/database/schema.inc +++ b/includes/database/schema.inc @@ -44,6 +44,8 @@ * just map to the according database engine specific * datatypes. Use 'serial' for auto incrementing fields. This * will expand to 'int auto_increment' on mysql. + * - 'serialize': A boolean indicating whether the field will be stored + as a serialized string. * - 'size': The data size: 'tiny', 'small', 'medium', 'normal', * 'big'. This is a hint about the largest value the field will * store and determines which of the database engine specific -- cgit v1.2.3