Files
letro-authentication-service/crates/storage-pg/.sqlx/query-359a00f6667b5b1fef616b0c18e11eb91698aa1f2d5d146cffbb7aea8d77467b.json
2023-08-23 18:46:45 +02:00

17 lines
410 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO apalis.jobs (job, id, job_type)\n VALUES ($1::json, $2::text, $3::text)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Json",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "359a00f6667b5b1fef616b0c18e11eb91698aa1f2d5d146cffbb7aea8d77467b"
}