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 a91e40e commit 77bd40bCopy full SHA for 77bd40b
src/Propel/Generator/Reverse/PgsqlSchemaParser.php
@@ -72,6 +72,7 @@ class PgsqlSchemaParser extends AbstractSchemaParser
72
'timestamp without time zone' => PropelTypes::TIMESTAMP,
73
'timestamp with time zone' => PropelTypes::TIMESTAMP,
74
'double precision' => PropelTypes::DOUBLE,
75
+ 'json' => PropelTypes::JSON,
76
];
77
78
protected static $defaultTypeSizes = [
0 commit comments