class AddTsMemToOutputs < ActiveRecord::Migration[5.2] def change add_column :outputs, :ts_mem, :float end end