Hello,
We used to use such column definition with liquibase 2.0.5 :
But now, trying to migrate to liquibase 3.0.6, we get an exception with such a definition :
- Exception in thread “Thread-18” java.lang.RuntimeException: Unknown property autoIncrement for liquibase.datatype.core.DecimalType decimal
- at liquibase.datatype.DataTypeFactory.fromDescription(DataTypeFactory.java:163)
- at liquibase.change.core.CreateTableChange.generateStatements(CreateTableChange.java:65)
- …
What would be the right way to define an autoincremented DECIMAL column for MS SQL SERVER ? How do I know which types accept such an attribute ?
It would be great if we could get this feature back (because it worked very well with version 2)
Thanks by advance
Laurent R