Fix empty default value schema describing in sqlite.
* When getting schema for table column that omits any kind of 'DEFAULT ...', return populate the returned object with undefined instead of null so that a 'DEFAULT NULL' is not appended to subsequent CREATE queries. * Fixes #5051
Showing
with
31 additions
and
7 deletions
-
Please register or sign in to post a comment