Method: Sequel::Postgres::CreatePartitionOfTableGenerator#from
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
permalink #from(*v) ⇒ Object
Assumes range partitioning, sets the inclusive minimum value of the range for this partition.
174 175 176 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 174 def from(*v) @from = v end |