#408876 by JamesAn: Document Schema API's serialize property.

merge-requests/26/head
Angie Byron 2009-06-06 18:23:21 +00:00
parent c3e95d2532
commit 469471fdde
1 changed files with 2 additions and 0 deletions

View File

@ -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