originalName property
The original database name of the index as it exists in PostgreSQL.
Example: user_email_idx
.
Implementation
final String originalName;
The original database name of the index as it exists in PostgreSQL.
Example: user_email_idx
.
final String originalName;