class CreateCandidates < ActiveRecord::Migration[7.2] def change create_table :candidates do |t| t.belongs_to :vote t.string :name t.text :description t.timestamps end end end