Redis – Creating a foreign key on an exisiting column in Ruby on Rails
I am trying to create two tables in Ruby on Rails which are both to be populated by seeding CSV files. Both files already contain an ID column fsa_id that I would like to use as the primary/foreign keys for…