class AddCreditFieldToPdfResources < ActiveRecord::Migration[8.0] def change add_column :pdfresources, :credits, :integer end end