Liquibase autoIncrement startWith example

Liquibase doesn’t seem to have a command line option to let you set the start points on autoIncrement fields when you generate patches, but you can fix this easily by adding “startWith” after the fact (useful for a database migration):


  
    
      
    
  

One Reply to “Liquibase autoIncrement startWith example”

  1. Hi,

    Why I tried to add the startWith tag, but end up getting errors that “Attribute ‘startWith’ is not allowed to appear in element ‘column'”

Leave a Reply

Your email address will not be published. Required fields are marked *