I am using public_activity gem to track some changes in a model. I have no need for default receipt_id and receipent_type columns.
SO i just remove them from migration. But i am getting error while creating public_activity like this in controller
@batch.create_activity key: create, owner: current_user
ActiveRecord::StatementInvalid in MyController#update Mysql2::Error: Unknown column 'parameters' in 'field list': INSERT INTO `activities