Sha256: d6312e113848d39feaf5011a5658d7417ef53f087c09666f1d262a5b74c2ee49

Contents?: true

Size: 244 Bytes

Versions: 3

Compression:

Stored size: 244 Bytes

Contents

class CreateGoGamificationMedals < ActiveRecord::Migration[5.1]
  def change
    create_table :go_gamification_medals do |t|
      t.references :task, index: true
      t.string :name
      t.string :image

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
go_gamification-0.0.7 db/migrate/20171020182119_create_go_gamification_medals.rb
go_gamification-0.0.6 db/migrate/20171020182119_create_go_gamification_medals.rb
go_gamification-0.0.4 db/migrate/20171020182119_create_go_gamification_medals.rb