class AddInfoToEvents < ActiveRecord::Migration[7.0] def change add_column :events, :info, :string add_column :profiles, :info, :string end end