module Tablature::Model::RangePartitionMethods

Public Instance Methods

create_range_partition(options) click to toggle source
# File lib/tablature/model.rb, line 10
def create_range_partition(options)
  Tablature.database.create_range_partition_of(tablature_partition.name, options)
end