Skip to content

Commit

Permalink
Update PicoDatabaseDump.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kamshory committed Nov 27, 2024
1 parent e6f261e commit 813ec91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generator/PicoDatabaseDump.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function getColumnNameList($entities)
$columns = $tableInfo->getColumns();
$res = array_merge($res, array_keys($columns));
}
$res = array_unique($res);
return $res;
}

Expand Down

0 comments on commit 813ec91

Please sign in to comment.