attributesClause += `, UNIQUE ${this.quoteIdentifier(indexName)} (${columns.fields
            .map(field => this.quoteIdentifier(field))
            .join(', ')})`;