Update config/ide-helper.php

Let's hope users know to switch to the version locked by composer.

Co-authored-by: Markus Podar <[email protected]>
This commit is contained in:
Madalin Ignisca
2021-04-13 11:46:59 +02:00
committed by GitHub
co-authored by Markus Podar
parent 7cf8a51a8b
commit c82529babd
+1 -1
View File
@@ -206,7 +206,7 @@ return [
| The value of the array is an array of type mappings. Key is the name of the custom type, | The value of the array is an array of type mappings. Key is the name of the custom type,
| (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in | (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in
| our case it is 'json_array'. Doctrine types are listed here: | our case it is 'json_array'. Doctrine types are listed here:
| https://www.doctrine-project.org/projects/doctrine-dbal/en/2.12/reference/types.html#types | https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#types
| |
| So to support jsonb in your models when working with Postgres, just add the following entry to the array below: | So to support jsonb in your models when working with Postgres, just add the following entry to the array below:
| |