1 2 3 4 5
class AddCreditFieldToPdfResources < ActiveRecord::Migration[8.0] def change add_column :pdfresources, :credits, :integer end end