You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DDL generation already omits DEFAULT NULL when column-default is NIL, but not when it's the keyword :NULL. Fix adds (not (eq (column-default column) :NULL)) check.