How to save slot value in tracker through SQLTrackerStore

I have slot value ‘empcode’ since start of chat and i want to store this slot value in database with column ‘empcode’ with each event that is getting saved in DB through SQLTrackerStore.

Please help me with this

This should be saved in the tracker store by default. Why do you think this is not the case for you?

I am saying that the conversation is saved in postgres db through sqltrackerstore but by default there are only certain columns in event table Here, i want to add extra column that is my one of the slot…so how should i do this ?

Mhm, if you want to store in an extra column then the only option I see here is implementing your own custom tracker store which supports your new table schema.

Why is it so important to save it in an extra column? What’s your use case?