# frozen_string_literal: true class AddOptionsToTramwayEventParticipantFormFields < ActiveRecord::Migration[5.1] def change add_column :tramway_event_participant_form_fields, :options, :jsonb end end