Sha256: b8084cda83f4fa26b27bfadf53250a7e4d24b3aae29255cd8550ffc2fc04bed2
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
require 'skr/core/db/migration_helpers' class CreateSkrAddresses < ActiveRecord::Migration def change create_skr_table "addresses" do |t| t.string "name" t.string "email" t.string "phone" t.string "line1" t.string "line2" t.string "city" t.string "state" t.string "postal_code" t.skr_track_modifications end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stockor-core-0.2 | db/migrate/20140220031700_create_skr_addresses.rb |