class AddNotesHackUserLastestCodes < ActiveRecord::Migration[5.2] def change add_column :hack_user_lastest_codes, :notes, :longtext end end