diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/database/schema.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |