Save extra Info in Rasa Database Custom way

I’m trying to handle multiple rasa models in a single project and since the database is single which is storing all the conversations. I Want to identify different models conversations in a different frontend application, to do that I want to store a clientID inside each conversation so that we can query different model conversation separately on clientID basis, Is there anyway that I can add this additional info inside the tracker so that it saves the clientID into the rasa DB.