Sha256: fe0931a65037e111be2dab3f070dab4c80a0be7420a3273960603fb0895e43de

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

class CreateContactifyContacts < ActiveRecord::Migration
  def change
    create_table :contactify_contacts do |t|
      t.string :first_name
      t.string :last_name
      t.string :email
      t.text :comment

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contactify-0.1 db/migrate/20130311025235_create_contactify_contacts.rb