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