Sha256: 243ddc8ff48ba1e74975b21781c228a2983aa48b809a80e2e519d907caf7809b

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

class CreateCloseEncountersParticipantEvents < ActiveRecord::Migration[7.1]
  def change
    create_table :close_encounters_participant_events do |t|
      t.text :response
      t.references :close_encounters_participant_service, null: false, foreign_key: true
      t.integer :status, null: false

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
close_encounters-0.1.3 db/migrate/20240430173725_create_close_encounters_participant_events.rb
close_encounters-0.1.2 db/migrate/20240430173725_create_close_encounters_participant_events.rb
close_encounters-0.1.1 db/migrate/20240430173725_create_close_encounters_participant_events.rb