method
int8range
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
int8range(name, options = {})public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 289
def int8range(name, options = {})
column(name, 'int8range', options)
end