Class: ActiveRecord::ConnectionAdapters::MySQL::Table
- Includes:
- ColumnMethods
- Defined in:
- activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb
Instance Attribute Summary
Attributes inherited from Table
Method Summary
Methods included from ActiveSupport::Concern
#append_features, #class_methods, extended, #included, #prepend_features, #prepended
Methods inherited from Table
#change, #change_default, #change_null, #check_constraint, #check_constraint_exists?, #column, #column_exists?, #foreign_key, #foreign_key_exists?, #index, #index_exists?, #initialize, #references, #remove, #remove_check_constraint, #remove_foreign_key, #remove_index, #remove_references, #remove_timestamps, #rename, #rename_index, #timestamps
Methods included from ColumnMethods
Constructor Details
This class inherits a constructor from ActiveRecord::ConnectionAdapters::Table