Sha256: c4afa763cdd90e2e52db75032a54c916d9484796cb80f0d805b469985696d96a
Contents?: true
Size: 241 Bytes
Versions: 8
Compression:
Stored size: 241 Bytes
Contents
class CreateGoGamificationMedals < ActiveRecord::Migration[5.1] 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
8 entries across 8 versions & 1 rubygems