Rails since 5.1 defaults to bigint for ID columns and we should default to the same for `auditable_id`, `associated_id` and `user_id`.
Rails since 5.1 defaults to bigint for ID columns and we should default to the same for
auditable_id,associated_idanduser_id.