You've already forked AstralRinth
forked from didirus/AstralRinth
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM team_members\n WHERE team_id = $1\n RETURNING user_id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "user_id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "8f74918aa923e516b6b2967b7d1afbd02c8bde5466d22ad60ad735f8358cbf04"
|
|
}
|