We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf8a51 commit c82529bCopy full SHA for c82529b
config/ide-helper.php
@@ -206,7 +206,7 @@
206
| The value of the array is an array of type mappings. Key is the name of the custom type,
207
| (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in
208
| our case it is 'json_array'. Doctrine types are listed here:
209
- | 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
210
|
211
| So to support jsonb in your models when working with Postgres, just add the following entry to the array below:
212
0 commit comments