We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc3751 commit f6a830dCopy full SHA for f6a830d
test/cases/coerced_tests.rb
@@ -844,7 +844,7 @@ def migrate(x)
844
def test_remove_foreign_key_on_8_0_coerced
845
connection.create_table(:sub_testings) do |t|
846
t.references :testing, foreign_key: true, type: :bigint
847
- t.references :experiment, foreign_key: { to_table: :testings }, type: :bigint
+ t.references :experiment, foreign_key: {to_table: :testings}, type: :bigint
848
end
849
850
migration = Class.new(ActiveRecord::Migration[8.0]) do
0 commit comments