I would like to get only string data in ALL my responses
Goal:
{"user_id": "1"}
but i got:
{"user_id": 1}
I read about mysql native driver, but how to disable it?
I would like to get only string data in ALL my responses
Goal:
{"user_id": "1"}
but i got:
{"user_id": 1}
I read about mysql native driver, but how to disable it?