Method: Sequel::Postgres::CreatePartitionOfTableGenerator#maxvalue
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
#maxvalue ⇒ Object
The minimum value of the data type used in range partitions, useful as an argument to #to.
186 187 188 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 186 def maxvalue MAXVALUE end |