class CreateExpenses < ActiveRecord::Migration[8.0] def change create_table :expenses do |t| t.decimal :amount t.date :date t.timestamps end end end