We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af0fb8 + 7ebaf3d commit 86bca02Copy full SHA for 86bca02
1 file changed
src/DBAL/Types/TsVector.php
@@ -79,4 +79,9 @@ public function getName()
79
{
80
return 'tsvector';
81
}
82
+
83
+ public function getMappedDatabaseTypes(AbstractPlatform $platform)
84
+ {
85
+ return ['tsvector'];
86
+ }
87
0 commit comments