Skip to content

Commit d558769

Browse files
Madalin Igniscad3v2a
authored andcommitted
Fix link to DBAL types
Documentation has been moved, old reference landing on 404. Pointed to 2.x as for the moment we end up with 2.x because of many other package dependencies.
1 parent 7b28eb9 commit d558769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ide-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
| The value of the array is an array of type mappings. Key is the name of the custom type,
207207
| (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in
208208
| our case it is 'json_array'. Doctrine types are listed here:
209-
| http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html
209+
| https://www.doctrine-project.org/projects/doctrine-dbal/en/2.12/reference/types.html#types
210210
|
211211
| So to support jsonb in your models when working with Postgres, just add the following entry to the array below:
212212
|

0 commit comments

Comments
 (0)