thirteen-tien-len/db/migrate/20230505072838_add_skyspace_url_to_table.rb
2023-05-10 14:15:43 +00:00

6 lines
129 B
Ruby

class AddSkyspaceUrlToTable < ActiveRecord::Migration[5.2]
def change
add_column :tables, :skyspace_url, :string
end
end