services/analyzer/mysql-table-constraints-getter.js
Function MysqlTableConstraintsGetter
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function MysqlTableConstraintsGetter(databaseConnection) {
const queryInterface = databaseConnection.getQueryInterface();
// NOTICE: provide an array of array. Each inner array representing a (possibly composite) unique
// index