async showConstraint(tableName, constraintName, options) {
    const sql = this.queryGenerator.showConstraintsQuery(tableName, constraintName);
    return await this.sequelize.query(sql, {
      ...options,
      type: QueryTypes.SHOWCONSTRAINTS