Skip to content
Snippets Groups Projects
Unverified Commit b4835efb authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Add serialize to schema

parent 6c6d0ae7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment