HIBERNATE_SEQUENCE
Description
This table stores information about the next value of the ID to be used.
Columns
Column Name | Data Type | Description |
next_val | bigint | Stores the next value of the hibernate sequence |
Foreign Key Relationships
None