Sha256: 0f79b636b4223b902067c10d6756eb30eeab1854baac4ea60a0e073a7ee724cd
Contents?: true
Size: 309 Bytes
Versions: 63
Compression:
Stored size: 309 Bytes
Contents
class CreateGratitudeRecordings < ActiveRecord::Migration def change create_table :gratitude_recordings do |t| t.integer :participant_id, null: false t.text :description, null: false t.timestamps null: false end add_foreign_key :gratitude_recordings, :participants end end
Version data entries
63 entries across 63 versions & 1 rubygems