CategoricalData / CQL

Categorical Query Language IDE
http://categoricaldata.net
299 stars 22 forks source link

Expose option for altering default `id` column types during jdbc export #68

Open o1lo01ol1o opened 3 years ago

o1lo01ol1o commented 3 years ago

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.