Public Access
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO admin_users (guild_id, user_id) VALUES ($1, $2);",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "45366b9229d05e7807d8ffcc7c0ed7dd1b50f588d03c5dbaa24ea8a5f461b527"
|
|
}
|