class CreateSubprincipleitems < ActiveRecord::Migration[7.0] def change create_table :subprincipleitems do |t| t.references :subprincipleitemgroup, null: false, foreign_key: true t.text :description t.boolean :affirmative t.timestamps end end end