Sha256: dfd854bc1d26e51c5c2e36a97f096d6f4112a8f07f4160fd33ed6098b96adef2
Contents?: true
Size: 238 Bytes
Versions: 21
Compression:
Stored size: 238 Bytes
Contents
class CreateOutcomes < ActiveRecord::Migration def self.up create_table :outcomes do |t| t.string :description t.integer :scenario_id t.timestamps end end def self.down drop_table :outcomes end end
Version data entries
21 entries across 21 versions & 1 rubygems