CQL
CQL copied to clipboard
Expose option for altering default `id` column types during jdbc export
AFAICT, we can specify the integer at which a an export will start but we can't specify what underlaying type should be used. There should probably be a per-entity substitution option as, for example, in postgresql, some entities will need the bigint psql type and some will be fine with the smaller integer types.