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 e109fd9 commit f2ecb3eCopy full SHA for f2ecb3e
src/PostgresConnection.php
@@ -50,7 +50,7 @@ final public static function registerExtension(string $extension): void
50
public function getSchemaBuilder()
51
{
52
if ($this->schemaGrammar === null) {
53
- $this->useDefaultSchemaGrammar();
+ $this->schemaGrammar = $this->getDefaultSchemaGrammar();
54
}
55
return new Builder($this);
56
0 commit comments