Files
komp_ac/.sqlx/query-db54895c3374fcf0350103caf03604c60fb37077eb83754161cb546425912ca9.json
2026-08-19 14:53:01 +02:00

29 lines
530 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO schemas (name) VALUES ($1) RETURNING id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "schemas",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
false
]
},
"hash": "db54895c3374fcf0350103caf03604c60fb37077eb83754161cb546425912ca9"
}