Class: ActiveRecord::ConnectionAdapters::PostgreSQL::Table

Inherits:
Table
  • Object
show all
Includes:
ColumnMethods
Defined in:
lib/active_record/connection_adapters/postgresql/schema_definitions.rb

Instance Attribute Summary

Attributes inherited from Table

#name

Method Summary

Methods included from ColumnMethods

#bit, #bit_varying, #cidr, #citext, #daterange, #hstore, #inet, #int4range, #int8range, #json, #jsonb, #ltree, #macaddr, #money, #numrange, #point, #tsrange, #tstzrange, #tsvector, #uuid, #xml

Methods inherited from Table

#change, #change_default, #column, #column_exists?, #index, #index_exists?, #initialize, #references, #remove, #remove_index, #remove_references, #remove_timestamps, #rename, #rename_index, #timestamps

Constructor Details

This class inherits a constructor from ActiveRecord::ConnectionAdapters::Table