SchemaBuilder.prototype.streamSpecificationEnabled = function(bool){
  this._definePropsIfNotExists('StreamSpecification');
  this._schema.tableInfo.StreamSpecification.StreamEnabled = bool;
};