Sha256: 8a9c03c84e21b61fb0ea836fe7c2071052dcf1cdba0833a9dff4a93e7ca3fa4e

Contents?: true

Size: 298 Bytes

Versions: 9

Compression:

Stored size: 298 Bytes

Contents

class CreateKktShoppeCustomers < ActiveRecord::Migration
  def change
    create_table :kkt_shoppe_customers do |t|
      t.string :first_name
      t.string :last_name
      t.string :company
      t.string :email
      t.string :phone
      t.string :mobile

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-2.0.1 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-2.0.0 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.3.0 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.2.1 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.2.0 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.1.2 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.1.1 db/migrate/20141013192427_create_kkt_shoppe_customers.rb
kkt_shoppe-1.1.0 db/migrate/20141013192427_create_kkt_shoppe_customers.rb