dbdiff
dbdiff copied to clipboard
Added single quotes for default values
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.