class CreateFoos < ActiveRecord::Migration[5.1] def change create_table :foos do |t| t.timestamps end end end