Class: ActiveRecord::ConnectionAdapters::SQLite3::Table

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

Instance Attribute Summary

Attributes inherited from Table

#name

Method Summary

Methods included from ColumnMethods

#primary_key

Methods inherited from Table

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

Methods included from ColumnMethods

#primary_key

Constructor Details

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