diff --git a/docs/framework/database/schema-definition.md b/docs/framework/database/schema-definition.md
index 9f684eeddd7e9df851980a2651c56faeda36dee6..ed5ecf7e1efadf74e83c6686b0f32ef315220907 100644
--- a/docs/framework/database/schema-definition.md
+++ b/docs/framework/database/schema-definition.md
@@ -105,6 +105,8 @@ Tags acceptable within `<table>` / `<field>`
 | `<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| | 0 or 1  | Method to serialize array data. For new fields use JSON |
+| `<crmType>` | text | 0 or 1 | Primarily used by extensions to specify an acceptable for type as under the `CRM_Utils_Type` class where the MySQL column type doesn't match directly to one. |
+| `<phpType` | text | 0 or 1 | Extensions can override this with a specific format of PHP type of data. |
 
 `<type>` should be one of the following values which correspond to [MySQL data types](https://dev.mysql.com/doc/refman/en/data-types.html)