Sha256: 81cdf1b8b63f5b789372e5e2dacf13240e0354289afd335ebbd24bd4b9142362
Contents?: true
Size: 300 Bytes
Versions: 3
Compression:
Stored size: 300 Bytes
Contents
class CreateVendors < ActiveRecord::Migration def change create_table :vendors do |t| t.string :first_name t.string :last_name t.integer :phone t.string :country t.string :city t.text :address t.text :comments t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pshq_engine-0.1.6 | db/migrate/20150409142753_create_vendors.rb |
pshq_engine-0.1.5 | db/migrate/20150409142753_create_vendors.rb |
pshq_engine-0.0.1 | db/migrate/20150409142753_create_vendors.rb |