class CreateEducations < ActiveRecord::Migration[8.0] def change create_table :educations do |t| t.string :designation t.timestamps end end end