Sha256: 4fafbbac9e042c540decddcebe42e536967d420532e1af20e94ecc35f05e235a

Contents?: true

Size: 249 Bytes

Versions: 6

Compression:

Stored size: 249 Bytes

Contents

class CreateWafflemixContactForms < ActiveRecord::Migration
  def change
    create_table :wafflemix_contact_forms do |t|
      t.string :name
      t.string :email
      t.string :subject
      t.text :message

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 db/migrate/20130219121412_create_wafflemix_contact_forms.rb
wafflemix-0.0.5 db/migrate/20130219121412_create_wafflemix_contact_forms.rb
wafflemix-0.0.4 db/migrate/20130219121412_create_wafflemix_contact_forms.rb
wafflemix-0.0.3 db/migrate/20130219121412_create_wafflemix_contact_forms.rb
wafflemix-0.0.2 db/migrate/20130219121412_create_wafflemix_contact_forms.rb
wafflemix-0.0.1 db/migrate/20130219121412_create_wafflemix_contact_forms.rb