Hi,
I have been experimenting a bit with “CREATE TABLE” Change type in LB 2.0.1, and I noticed that all auto-generated columns are automatically promoted to be primary keys (when I inspect the generated SQL). As a consequence it is breaking some use cases because resultant SQL is not precisely correct (i.e. as intended). I want to have two auto-incremented cols (some DB support it, e.g. H2) in a table – one primary key and the other a normal column.
Or am I missing something?
Regards,
Shantanu