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