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