Sha256: 808541b6e1be8591cf2db3589999c8be73500ed256d6d22549b63060f9b81a53
Contents?: true
Size: 232 Bytes
Versions: 68
Compression:
Stored size: 232 Bytes
Contents
class CreateEmotionalRatings < ActiveRecord::Migration def change create_table :emotional_ratings do |t| t.integer :participant_id t.integer :emotion_id t.integer :rating t.timestamps end end end
Version data entries
68 entries across 68 versions & 1 rubygems