rust-nex/rnex-core-deprecated/.sqlx/query-744047264f63b5eac396d8c0606824f43eb87c2739404d423b2d94bb727ed1c9.json

24 lines
888 B
JSON
Raw Normal View History

2026-06-18 01:22:02 +02:00
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO datastore.object_ratings (\n data_id,\n slot,\n flag,\n internal_flag,\n lock_type,\n initial_value,\n range_min,\n range_max,\n period_hour,\n period_duration,\n total_value\n ) VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11\n )\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2",
"Int2",
"Int2",
"Int2",
"Int8",
"Int4",
"Int4",
"Int2",
"Int4",
"Int8"
]
},
"nullable": []
},
"hash": "744047264f63b5eac396d8c0606824f43eb87c2739404d423b2d94bb727ed1c9"
}