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 349cb7c commit e13747fCopy full SHA for e13747f
src/KitLoong/MigrationsGenerator/Generators/SchemaGenerator.php
@@ -118,7 +118,7 @@ public function initialize()
118
switch ($setting->getPlatform()) {
119
case Platform::POSTGRESQL:
120
$this->addNewDoctrineType('_text', 'text');
121
- $this->addNewDoctrineType('_int4', 'integer');
+ $this->addNewDoctrineType('_int4', 'text');
122
$this->addNewDoctrineType('_numeric', 'float');
123
$this->addNewDoctrineType('cidr', 'string');
124
$this->addNewDoctrineType('oid', 'string');
0 commit comments