Skip to content

Commit d90942f

Browse files
committed
Merge pull request #1211 from madalinignisca/patch-1
Fix link to DBAL types
2 parents 7bfe417 + 0df4826 commit d90942f

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/latest/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)