database - Does Datical (Enterprise version of liquibase) support more than 2000 tables generateChangeLog? -


i have more 2000 tables in existing database. want generatechangelog tables structure , data. have tried using liquibase command failed tables. possible in datical (enterprise version of liquibase) gui or command ?

liquibase command:

liquibase --driver=com.mysql.jdbc.driver --classpath=mysql-connector-java-commercial-5.0.8-bin.jar --changelogfile=d:\newliquibse\xml\xyz.xml --url="jdbc:mysql://localhost:4928/mydbname?zerodatetimebehavior=converttonull" --username=xyz --password=xyz --difftypes="tables, columns, views, primarykeys, indexes, foreignkeys, sequences, data" generatechangelog

i using liquibase 3.3.5 version.

any appreciated.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -