Schemacrawler : Getting Check constraint values from Table columns using Java APIs
问题 I'm struggling for the past few days, to get the check constraints and their values, from tables in MySQL database using latest 16.3.2 version of schemacrawler. I have been able to get the table, columns, primary keys etc, using the same, but getting the check constraints is becoming a challenge. I've gone through the website from Sualeh, but not getting the exact steps to get this information. If somebody can share the code snippets, it would be helpful. Following is POM entry <dependency>