1
0
Fork 0
ncpn/.sqlx/query-25c1819af558e744e238802f3e30651897914b080ec395db706782f4fbe3042b.json

17 lines
357 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO file (id, hash, mime) VALUES ($1, $2, $3) ON CONFLICT DO NOTHING",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Bytea",
"Text"
]
},
"nullable": []
},
"hash": "25c1819af558e744e238802f3e30651897914b080ec395db706782f4fbe3042b"
}