Skip to content

Commit a91e587

Browse files
committed
Update PdoPgSqlQueryReflector.php
1 parent 3160612 commit a91e587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QueryReflection/PdoPgSqlQueryReflector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ protected function checkInformationSchema(string $tableName): Iterator
121121

122122
foreach ($result as $row) {
123123
$default = $row['COLUMN_DEFAULT'] ?? '';
124+
/** @var string|null $columnName */
124125
$columnName = $row['COLUMN_NAME'];
125126
$isNullable = 'YES' === $row['IS_NULLABLE'];
126127

0 commit comments

Comments
 (0)