Class: ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- Inherits:
-
TableDefinition
- Object
- TableDefinition
- ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb
Instance Attribute Summary
Attributes inherited from TableDefinition
#as, #check_constraints, #comment, #foreign_keys, #if_not_exists, #indexes, #name, #options, #temporary
Instance Method Summary collapse
- #references(*args, **options) ⇒ Object (also: #belongs_to)
Methods inherited from TableDefinition
#[], #check_constraint, #column, #columns, #foreign_key, #index, #initialize, #new_check_constraint_definition, #new_column_definition, #new_foreign_key_definition, #primary_keys, #remove_column, #timestamps
Methods included from ColumnMethods
Methods included from ActiveSupport::Concern
#append_features, #class_methods, extended, #included, #prepend_features, #prepended
Constructor Details
This class inherits a constructor from ActiveRecord::ConnectionAdapters::TableDefinition
Instance Method Details
#references(*args, **options) ⇒ Object Also known as: belongs_to
7 8 9 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb', line 7 def references(*args, **) super(*args, type: :integer, **) end |