sim, fica assim:
create_table :my_table, id: false do |t|
t.string :key_column
t.string :value_column
end
apenas certifique-se de incluir o
id: false
papel.
create_table :my_table, id: false do |t|
t.string :key_column
t.string :value_column
end
id: false