I have that (autoincrement=“true”) in a column which is a generated ID. This creates a sequence in both Oracle and Postgres. The issue is that in postgres the name of the Sequence is “tablecolumn_seq” and in oracle is a random string.
Is there any chance to set that name to be the same without having computedValue?