Sha256: a3af516f9c571df012ad5774c916e7a97feb8962f24930af0c8ca0285f997ea7
Contents?: true
Size: 323 Bytes
Versions: 62
Compression:
Stored size: 323 Bytes
Contents
class CreateExperiences < ActiveRecord::Migration def change create_table :experiences do |t| t.text :challenging_amplification t.text :description, null: false t.integer :participant_id, null: false t.timestamps null: false end add_foreign_key :experiences, :participants end end
Version data entries
62 entries across 62 versions & 1 rubygems