Add DDL to simplify database imports
The new -s (for SQL) option causes the formatter to emit simple DDL that can be used to create db tables instead of relying on implicit formats from the CSV, which not all databases support anyway.
Also made all the column headers more readable.