class CreateExpenseGunCategories < ActiveRecord::Migration def change create_table :expense_gun_categories do |t| t.string :name t.string :code t.boolean :tax end end end