Skip to content

Commit

Permalink
Merge 737d0ee into 15b97e1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jul 7, 2020
2 parents 15b97e1 + 737d0ee commit d56e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapper/Dbal/Conventions/Conventions.php
Expand Up @@ -472,7 +472,7 @@ protected function getDefaultModifiers(): array

foreach ($this->platform->getColumns($this->storageTable->getNameFqn()) as $column) {
if (isset($types[$column->type])) {
$modifiers[$column->name] = $column->isNullable ? '%?dts' : '%dts';
$modifiers[$column->name] = '%?dts';
}
}

Expand Down

0 comments on commit d56e8a3

Please sign in to comment.