5a9063a
1 2 3 4 5
class ChangeFeatureSlotOnPdfResource < ActiveRecord::Migration[8.0] def change_table(table_name, **options) change_column table_name, :feature_slot, Integer, null: false end end