class CreateCategories < ActiveRecord::Migration[8.0] def change create_table :categories do |t| t.string :name t.string :colour t.string :badge_foreground_colour t.timestamps end end end