method
references
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::TableDefinition
references(*args, **options)public
Adds a reference.
t.references(:user) t.belongs_to(:supplier, foreign_key: true) t.belongs_to(:supplier, foreign_key: true, type: :integer)
See {connection.add_reference}[rdoc-ref:SchemaStatements#add_reference] for details of the options you can use.