dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

also omit "DEFAULT NULL" when (eq (column-default column) :NULL) #1609

Open mayerrobert opened 2 months ago

mayerrobert commented 2 months ago

pgloader omits "DEFAULT NULL" clauses when (column-default column) is NIL. With this patch "DEFAULT NULL" clauses are also omitted when (column-default column) is :NULL.