cartodb-4.29/db/migrate/20120803103512_add_description_to_tables.rb

8 lines
119 B
Ruby
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
Sequel.migration do
change do
alter_table :user_tables do
add_column :description, :text
end
end
end