if mysql column is `{ "TemplateId": 7088992364139642880 }` when I query used mysql2. It wil be `{ "TemplateId": 7088992364139642000 }`. And I found `text_parse.js`, It used JSON.parse not JSONBig, So it would lose precision when occurs bigint. 