class ChangeFeatureSlotOnPdfResource < ActiveRecord::Migration[8.0] def change_table(table_name, **options) change_column table_name, :feature_slot, Integer, null: false end end