Sha256: 409a4333f6191b757208ed9964c2281cbb6395a8dbcf18e4b9a38b8f9f048119
Contents?: true
Size: 205 Bytes
Versions: 68
Compression:
Stored size: 205 Bytes
Contents
class CreateMood < ActiveRecord::Migration def change create_table :moods do |t| t.references :participant, index: true, null: false t.integer :rating t.timestamps end end end
Version data entries
68 entries across 68 versions & 1 rubygems