mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
also omit "DEFAULT NULL" when (eq (column-default column) :NULL)
This commit is contained in:
parent
29afa9de05
commit
2ff37fde5a
@ -137,7 +137,7 @@
|
|||||||
(column-type-mod column)
|
(column-type-mod column)
|
||||||
(column-type-mod column)
|
(column-type-mod column)
|
||||||
(column-nullable column)
|
(column-nullable column)
|
||||||
(column-default column)
|
(and (column-default column) (not (eq (column-default column) :NULL)))
|
||||||
(format-default-value column)))
|
(format-default-value column)))
|
||||||
|
|
||||||
(defvar *pgsql-default-values*
|
(defvar *pgsql-default-values*
|
||||||
|
Loading…
Reference in New Issue
Block a user