Sha256: a60591095c6afc76b5a6f00eb57f5d17caf56218eeabb8935a5f25f92080cfda

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

class CreateGoGamificationScorings < ActiveRecord::Migration[5.1]
  def change
    create_table :go_gamification_scorings do |t|
      t.references :task
      t.references :subjectable, polymorphic: true

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
go_gamification-0.0.4 db/migrate/20171020181620_create_go_gamification_scorings.rb