PJSIP Realtime With ARI Issue

I have Asterisk certified/13.21-cert1. Which has been configured with PJSIP> Realtime> MySQL.
When I am pushing endpoints and aors from ARI getting below errors. Auth is working fine.

[Jun 13 18:08:12] WARNING[2732]: res_odbc.c:459 ast_odbc_print_errors: SQL Execute returned an error: HY000: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.22-0ubuntu0.16.04.1-log]Data truncated for column ‘support_path’ at row 1

[Jun 13 18:08:12] WARNING[2733]: res_odbc.c:459 ast_odbc_print_errors: SQL Execute returned an error: HY000: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.22-0ubuntu0.16.04.1-log]Data truncated for column ‘rpid_immediate’ at row 1

using below commands
curl -X PUT -H “Content-Type: application/json” -u asterisk:secret -d ‘{“fields”: [ { “attribute”: “support_path”, “value”: “yes”}, {“attribute”: “remove_existing”, “value”: “yes”}, {“attribute”: “max_contacts”, “value”: “1”} ] }’ https://localhost:8088/ari/asterisk/config/dynamic/res_pjsip/aor/alice

curl -X PUT -H “Content-Type: application/json” -u asterisk:secret -d ‘{“fields”: [ { “attribute”: “from_user”, “value”: “alice” }, { “attribute”: “allow”, “value”: “!all,g722,ulaw,alaw”}, {“attribute”: “ice_support”, “value”: “yes”}, {“attribute”: “force_rport”, “value”: “yes”}, {“attribute”: “rewrite_contact”, “value”: “yes”}, {“attribute”: “rtp_symmetric”, “value”: “yes”}, {“attribute”: “context”, “value”: “default” }, {“attribute”: “auth”, “value”: “alice” }, {“attribute”: “aors”, “value”: “alice”} ] }’ https://localhost:8088/ari/asterisk/config/dynamic/res_pjsip/endpoint/alice