async showIndex(tableName, options) {
    const sql = this.queryGenerator.showIndexesQuery(tableName, options);
    return await this.sequelize.query(sql, {
      ...options,
      type: QueryTypes.SHOWINDEXES