class AddChecksStandardsJoinTable < ActiveRecord::Migration[7.2] def change create_join_table :checks, :standards end end