class CreateCurriculums < ActiveRecord::Migration[5.2] def change create_table :curriculums do |t| t.string :name t.references :curriculum_direction, index: true t.timestamps end end end