Sha256: 23990e10ee8bf2172b8b687ca8081311499619a532c16b7e648abdbdc29fbe3d
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
class CreateGamificationItems < ActiveRecord::Migration[5.1] def change create_table :gamification_items do |t| t.string :name t.references :gamification_item_type, foreign_key: true t.string :image t.integer :rarity t.numeric :cost t.integer :user_id t.text :description t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems