Sha256: eb9661e9ffb33c1bb7ba01249c1522b28152482894b089dda3214296fb5b2ca9
Contents?: true
Size: 386 Bytes
Versions: 56
Compression:
Stored size: 386 Bytes
Contents
class AddMetaToShops < ActiveRecord::Migration def change add_column :shops, :email, :string add_column :shops, :country_name, :string add_column :shops, :currency, :string add_column :shops, :money_format, :string add_column :shops, :money_with_currency_format, :string add_column :shops, :domain, :string add_column :shops, :plan_name, :string end end
Version data entries
56 entries across 56 versions & 1 rubygems