Commit 0c94256a authored by cedric lombardot's avatar cedric lombardot

Enable Postgresql plateform to map inet column type

http://www.postgresql.org/docs/8.2/static/functions-net.html
parent e65517e0
......@@ -722,6 +722,7 @@ class PostgreSqlPlatform extends AbstractPlatform
'_varchar' => 'string',
'char' => 'string',
'bpchar' => 'string',
'inet' => 'string',
'date' => 'date',
'datetime' => 'datetime',
'timestamp' => 'datetime',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment