cartodb/db/migrate/20140410145024_add_real_rows_to_geocodings.rb

8 lines
118 B
Ruby
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
Sequel.migration do
change do
alter_table :geocodings do
add_column :real_rows, :bigint
end
end
end