this.allowedFields.forEach(function (field) {
            if (schema[field].unique)
                return _this.uniqueKeys.push(field);
        });