Sha256: c4441507d0630cff6a2dacb9c42da5ed806bb1aef408cc6245e044cc9f7a1bc4

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

class CreateGamificationMedals < ActiveRecord::Migration
  def change
    create_table :gamification_medals do |t|
      t.references :task, index: true
      t.string :name
      t.string :image

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamification-1.0.3 db/migrate/20140313134259_create_gamification_medals.rb
gamification-1.0.2 db/migrate/20140313134259_create_gamification_medals.rb
gamification-1.0.1 db/migrate/20140313134259_create_gamification_medals.rb
gamification-1.0.0 db/migrate/20140313134259_create_gamification_medals.rb