japp, ser ut så här:
create_table :my_table, id: false do |t|
t.string :key_column
t.string :value_column
end
se bara till att inkludera
id: false
del.
japp, ser ut så här:
create_table :my_table, id: false do |t|
t.string :key_column
t.string :value_column
end
se bara till att inkludera
id: false
del.