You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-f7dda9eb39c316614f81f...

30 lines
570 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO rooms (name, created_by) VALUES ($1, $2) RETURNING id AS \"id!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id!",
"type_info": "Int8",
"origin": {
"Table": {
"table": "rooms",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Text",
"Int8"
]
},
"nullable": [
false
]
},
"hash": "f7dda9eb39c316614f81fb8e4f75e84a30fbec2eb07a1aa6ecb7b33af142482b"
}