Auto-increment silently fails on Oracle when generationType omitted

Description

When running Liquibase with the following changeLog:

 

 

the id column is created but is not auto-incrementing. Adding the generationType attribute, works around the problem:

 

 

It would be better if Liquibase didn't silently fail in the first example but instead used a default generationType, such as BY DEFAULT.

Environment

Oracle 12c

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created December 3, 2019 at 3:18 PM
Updated December 3, 2019 at 3:22 PM