Sha256: af21c47e3157f80c62638db2e03f9c8954d48cd0d8f243333c4559737e985666
Contents?: true
Size: 150 Bytes
Versions: 1
Compression:
Stored size: 150 Bytes
Contents
class AddCompanyToAddress < ActiveRecord::Migration def self.up add_column :shop_addresses, :business, :string end def self.down end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-shop-extension-0.94.8 | db/migrate/20110330042956_add_company_to_address.rb |