SchemaBuilder.prototype.ProjectionTypeAll = function() {
  this._definePropsIfNotExists('Projection');
  this._schema.tableInfo.Projection.ProjectionType = 'ALL';
};