/liquibase-sequencetable

Create tables for sequences in databases that do not support sequences

Primary LanguageJavaApache License 2.0Apache-2.0

Liquibase SequenceTable Extension

The SequenceTable extension allows databases that do not support sequences to natively create "sequence tables". Sequence tables can be used by Hibernate for its SequenceStyleGenerator functionality or used directly through SQL.

Download

Download the extension jar from the project releases tab

More Information

For more information, see the project wiki

Issue Tracking

Any issues can be logged in the Github project issue tracker

MyChanges :

  • use next_val as column name instead of next_value in order to be directly compatible with Hibernate sequence-style table