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