dbdiff
dbdiff copied to clipboard
No single quote around default value.
When a table has attribute default value the final create table statement does not include a single quote around the default value, as a result when the query is run in the database it throws a parsing error.
I created a PR for this https://github.com/gimenete/dbdiff/pull/24