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.
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO room_members (room_id, user_id, role, joined_at, version)\n VALUES ($1, $2, $3, $4, 0)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int2",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b342bfcaf5f673880b99593e423dfbac6d44233a349aa5670f4412a96a5b70d4"
|
|
}
|