# frozen_string_literal: true
class AddWebsiteLinkToLodging < ActiveRecord::Migration
def change
add_column :lodgings, :website_link, :string
end