From e663911a6337f8a2ed85c6ed0520c5bacefc709e Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Sat, 24 Mar 2018 09:30:26 +1100 Subject: [PATCH] Fix Comma name --- docs/framework/database/schema-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/database/schema-definition.md b/docs/framework/database/schema-definition.md index 668def7e..9f684eed 100644 --- a/docs/framework/database/schema-definition.md +++ b/docs/framework/database/schema-definition.md @@ -110,7 +110,7 @@ Tags acceptable within `<table>` / `<field>` * `blob`, `boolean`, `char`, `datetime`, `date`, `decimal`, `float`, `int`, `int unsigned`, `longtext`, `mediumblob`, `text`, `timestamp`, `varchar` -`<serialize>` can be one of the following values `PHP`, `JSON`, `SEPARATOR_BOOKEND`, `SEPARATOR_TRIMMED`, `SERIALIZE_COMMA`. The Accepted values can be found in `CRM_Core_DAO` Class +`<serialize>` can be one of the following values `PHP`, `JSON`, `SEPARATOR_BOOKEND`, `SEPARATOR_TRIMMED`, `COMMA`. The Accepted values can be found in `CRM_Core_DAO` Class ## `<table>` / `<field>` / `<html>` {:#table-field-html} -- GitLab