sqlx-data.json 467 B

12345678910111213141516171819
  1. {
  2. "db": "PostgreSQL",
  3. "e8c487b4314c267f6da2667b95f6c8003fabc2461c10df2d6d39d081e74e167f": {
  4. "query": "\n INSERT INTO user_table (id, email, name, create_time, password)\n VALUES ($1, $2, $3, $4, $5)\n ",
  5. "describe": {
  6. "columns": [],
  7. "parameters": {
  8. "Left": [
  9. "Uuid",
  10. "Text",
  11. "Text",
  12. "Timestamptz",
  13. "Text"
  14. ]
  15. },
  16. "nullable": []
  17. }
  18. }
  19. }