Sha256: 72a58fbd65474862d6d0485cb1968cb928a201bcbe43d16d7c418b61c7010e3d
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
class CreateConductorRawExperiments < ActiveRecord::Migration def change create_table "conductor_raw_experiments", :force => true do |t| t.string "identity_id" t.string "group_name" t.string "alternative" t.decimal "conversion_value", :precision => 8, :scale => 2 t.datetime "created_at" t.datetime "updated_at" t.string "goal" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
conductor-0.9.4 | db/migrate/20121010174835_create_conductor_raw_experiments.rb |
conductor-0.9.3 | db/migrate/20121010174835_create_conductor_raw_experiments.rb |