change

in db/migrate/20220408211102_create_relationships.rb [1:9]


  def change
    create_table :relationships do |t|
      t.integer :follower_id
      t.integer :followed_id

      t.timestamps
    end
  end