class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp

def type

Experimental RBS support (using type sampling data from the type_fusion project).

def type: () -> Symbol

This signature was generated using 4 samples from 1 application.

:nodoc:
:nodoc:
def type
  real_type_unless_aliased(:timestamp)
end