This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
project/.sqlx/query-6b58c84cdc19cea97ef025211a98879bb5cc80a934490125a19c960133f6d93d.json

19 lines
411 B
JSON
Raw Normal View History

2024-06-27 12:04:57 +00:00
{
"db_name": "PostgreSQL",
2024-07-30 17:21:33 +00:00
"query": "INSERT INTO files(file_id, folder_id, file_name, file_size, sha512) VALUES ($1, $2, $3, $4, $5)",
2024-06-27 12:04:57 +00:00
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Varchar",
"Int8",
"Bytea"
]
},
"nullable": []
},
2024-07-30 17:21:33 +00:00
"hash": "6b58c84cdc19cea97ef025211a98879bb5cc80a934490125a19c960133f6d93d"
2024-06-27 12:04:57 +00:00
}