Two fields with autogenerated value generate bad script for PostgreSQL deployment
Posted: Mon 23 May 2016 13:45
I have an entity with 2 properties, both type long and both configured to autogenerate the value. In Class Editor window they are both identified to have Server Data Type of "bigserial NOT NULL", but in the generated deployment script, one is typed as bigserial and the other is INT8. No matter what I try I can't get the second field to generate a script with type bigserial. This may not be a common use case but still the scripted type should be the same as I configured the property.