Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to find the option in tCreateTable to support the GENERATED ALWAYS AS IDENTITY option in PostgreSQL 10. I am not able to create an auto increment field using tCreateTable at the moment.
Hi
It is an universal schema using tCreateTable, does not has extra option for specifying GENERATED ALWAYS AS IDENTITY. Use tPostgreSQLRow to execute the SQL?
Regards
Shong
Thanks. This was helpful to understand. Will write custom SQL to work around this.