ace/Source/ACE.Database/SQLFormatters
Mag-nus e9db9ab530 Defaults removed for native type default values
If an int/float had a default of '0', it was removed.
If a nullable had adefault of NULL, it was removed.

This isn't needed for EF.
This cleans up the SQL.
This also helps make sure our sql writers are generating the full INSERT query to recreate a record.
2018-08-05 12:24:43 -05:00
..
World Defaults removed for native type default values 2018-08-05 12:24:43 -05:00
SQLWriter.cs This moves the .sql file generation code that Ripley has been using into ACE.Database (#889) 2018-07-28 21:01:19 -05:00