class CreateFavoritePeople < ActiveRecord::Migration[6.0] def change create_table :favorite_people do |t| t.string :tiss_id t.timestamps end end end