Answers for "rails 6 set custom primary key in model"

0

how to make custom primary key rails

# In the migration table...
create_table :items, id: false do |t|
    ...
  end
Posted by: Guest on October-18-2020

Code answers related to "rails 6 set custom primary key in model"

Browse Popular Code Answers by Language