Database manager and the increments type in Postgres

What’s the native type in the DB creator? Is it an alias for specificType?

table.specificType("id", "integer GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY");

Community Page
Last updated: