diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-06 18:23:21 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-06 18:23:21 +0000 |
commit | 469471fddeb365d73fc932ab660c72a8be6c901b (patch) | |
tree | 0d89bf92e0182e5cde51772f7fedc7deee900649 /includes | |
parent | c3e95d2532f9416303cd54af295616336d306f91 (diff) | |
download | brdo-469471fddeb365d73fc932ab660c72a8be6c901b.tar.gz brdo-469471fddeb365d73fc932ab660c72a8be6c901b.tar.bz2 |
#408876 by JamesAn: Document Schema API's serialize property.
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 |