| 12345678910111213141516171819 | {  "db": "PostgreSQL",  "e8c487b4314c267f6da2667b95f6c8003fabc2461c10df2d6d39d081e74e167f": {    "query": "\n            INSERT INTO user_table (id, email, name, create_time, password)\n            VALUES ($1, $2, $3, $4, $5)\n        ",    "describe": {      "columns": [],      "parameters": {        "Left": [          "Uuid",          "Text",          "Text",          "Timestamptz",          "Text"        ]      },      "nullable": []    }  }}
 |