Skip to content

Commit

Permalink
Add mapping_types in Symfony2 Doctrine Config
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlylab committed Sep 30, 2015
1 parent 4c9e7ba commit cdee2a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Provides Doctrine Type classes for common postgres types
tsquery: "Doctrine\\DBAL\\PostgresTypes\\TsqueryType"
xml: "Doctrine\\DBAL\\PostgresTypes\\XmlType"
inet: "Doctrine\\DBAL\\PostgresTypes\\InetType"
mapping_types:
_text: text_array
_int4: int_array
tsvector: ts_vector
tsquery: ts_query
xml: xml
inet: inet

#### Using with Doctrine

Expand Down

0 comments on commit cdee2a5

Please sign in to comment.