mirror of https://github.com/synctv-org/synctv
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.
35 lines
877 B
JSON
35 lines
877 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO room_creation_requests (\n requested_by, name, description, category_id, settings_payload, is_public, status, requested_at\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, CURRENT_TIMESTAMP)\n RETURNING id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_creation_requests",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Text",
|
|
"Int8",
|
|
"Jsonb",
|
|
"Bool",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "38bc88534a0e6b03068792b88d42f7c062e088ba44d92e8f2a57435e8cefb7ba"
|
|
}
|