Sha256: 38ac8e87f862471806a2c9a5eaadb7d442a2f30fa77c31bf0de7aaa7cb643307
Contents?: true
Size: 588 Bytes
Versions: 49
Compression:
Stored size: 588 Bytes
Contents
class AddMoreMetaToShops < ActiveRecord::Migration def change add_column :shops, :plan_display_name, :string add_column :shops, :latitude, :decimal add_column :shops, :longitude, :decimal add_column :shops, :customer_email, :string add_column :shops, :password_enabled, :boolean add_column :shops, :phone, :string add_column :shops, :primary_locale, :string add_column :shops, :ships_to_countries, :string add_column :shops, :timezone, :string add_column :shops, :iana_timezone, :string add_column :shops, :has_storefront, :boolean end end
Version data entries
49 entries across 49 versions & 1 rubygems