Sha256: 757251462b7f04103bcc335f1b990148db3d908880685e0ea4c44ca18eb05284
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
class CreateGamificationInventories < ActiveRecord::Migration[5.1] def change create_table :gamification_inventories do |t| t.integer :user_id t.references :gamification_item, foreign_key: true t.boolean :equipped t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems