Sha256: 50fd2293a15ce3eb824adca8fb26aeb56968eea6c32b683763eaef62301705bf

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

class CreateShoppeCustomers < ActiveRecord::Migration
  def change
    create_table :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

6 entries across 6 versions & 2 rubygems

Version Path
shoppe-1.1.2 db/migrate/20141013192427_create_shoppe_customers.rb
shoppe-1.1.1 db/migrate/20141013192427_create_shoppe_customers.rb
shoppe-1.1.0 db/migrate/20141013192427_create_shoppe_customers.rb
shoppe-1.0.9 db/migrate/20141013192427_create_shoppe_customers.rb
shoppe-1.0.8 db/migrate/20141013192427_create_shoppe_customers.rb
kylekthompson-shoppe-1.0.7 db/migrate/20141013192427_create_shoppe_customers.rb