class CreateExtensions < ActiveRecord::Migration[8.0] def change create_table :extensions do |t| t.text :reason t.boolean :confirmed t.timestamps end end end