class CreateWorkExperiences < ActiveRecord::Migration[7.0] def change create_table :work_experiences do |t| t.string :period t.string :employer t.string :title t.string :technologies t.string :achivements t.timestamps end end end