Skip to content

Commit c57eff8

Browse files
committed
fix columns nullability
1 parent bb1a04a commit c57eff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Extractor/Output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function createManifest(
186186
$manifestOptions->addSchema(new ManifestOptionsSchema(
187187
$column,
188188
['base' => ['type' => 'STRING']],
189-
false,
189+
true,
190190
isset($primaryKey) && in_array($column, $primaryKey, true),
191191
));
192192
}

0 commit comments

Comments
 (0)