class AddTokenToDataFiles < ActiveRecord::Migration def change add_column :data_files, :token, :string end end