Sha256: e3bc3eacb781a2d2762334ffaf45f45887074f19d411bbfa80e3a0d07da56f46
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
class CreateJobOffers < ActiveRecord::Migration def self.up create_table :job_offers do |t| t.string :title t.string :skill end end def self.down drop_table :job_offers end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber_factory-1.1.8 | spec/app_root/db/migrate/003_create_job_offers.rb |