I have a tables lists of 0-100 sequences. “table_seq” format . I want to create quickly with liquibase. What should I do?
I have a tables lists of 0-100 sequences. “table_seq” format . I want to create quickly with liquibase. What should I do?
It’s a bit of a vague question, so since I’m not sure what DBMS you are using I’d recommend starting here on the workflow documentation page:
https://docs.liquibase.com/workflows/home.html
From there you can find the Liquibase community workflow for your DBMS, and a list of Database tutorials that show how to configure Liquibase for your DBMS.