class AddChecksLinksJoinTable < ActiveRecord::Migration[7.2] def change create_join_table :checks, :links end end