isIdentity property
Indicates whether the column is an identity column (e.g., auto-incrementing).
For PostgreSQL, this corresponds to is_identity = \'YES\'
.
Implementation
final bool isIdentity;
Indicates whether the column is an identity column (e.g., auto-incrementing).
For PostgreSQL, this corresponds to is_identity = \'YES\'
.
final bool isIdentity;