Sha256: b26f40884cf4f04f392b209f36204bd1a54cf7f0814745b63200f80011cb6b22
Contents?: true
Size: 464 Bytes
Versions: 8
Compression:
Stored size: 464 Bytes
Contents
require 'skr/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
8 entries across 8 versions & 1 rubygems