Sha256: f718185c0ec55e585f0473557a7ca81ab3c1951a73cfe0d39cb984bbd54fe15b

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

class CreateContacts < ActiveRecord::Migration[5.0]
  def change
    create_table :contacts do |t|
      t.string :name
      t.string :phone
      t.string :email

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_form_custom_inputs-0.1.0 example/db/migrate/20170427040213_create_contacts.rb
simple_form_custom_inputs-0.0.4 example/db/migrate/20170427040213_create_contacts.rb
simple_form_custom_inputs-0.0.3 example/db/migrate/20170427040213_create_contacts.rb
simple_form_custom_inputs-0.0.2 example/db/migrate/20170427040213_create_contacts.rb