class AddErrorTextTo < ActiveRecord::Migration[6.1]
  def change
    add_column :CommSMSMsgs, :ErrorText, :string, limit: 256, null: false
  end
end
