class AddCodeForhackUserDebugs < ActiveRecord::Migration[5.2]
  def change
    add_column :hack_user_debugs, :code, :text
  end
end