diff --git a/docs/framework/database/schema-definition.md b/docs/framework/database/schema-definition.md index 66e8a20a4ec9ea5a91962d7aa07c227dfd81690e..3bd17fa53c2c8c57b9cadfa1e98c0f553a3000fb 100644 --- a/docs/framework/database/schema-definition.md +++ b/docs/framework/database/schema-definition.md @@ -104,6 +104,7 @@ Tags acceptable within `<table>` / `<field>` | `<collate>` | text | `utf8_bin` | 0 or 1 | Only needs to be set if you want something other than `utf8_unicode_ci` | | `<html>` | [tags](#table-field-html) | | 0 or 1 | Settings for the form element to use for this field | | `<pseudoconstant>` | [tags](#table-field-pseudoconstant) | | 0 or 1 | See [notes below](#table-field-pseudoconstant) | +| `serialize` | text| | `PHP`/`JSON`/`SEPARATOR_BOOKEND`/`SEPARATOR_TRIMMED` | Method to serialize array data. For new fields use JSON | `<type>` should be one of the following values which correspond to [MySQL data types](https://dev.mysql.com/doc/refman/en/data-types.html)