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.
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO auth_oauth2_identities (\n provider_type, provider_instance_name, provider_user_id, user_id, username\n )\n VALUES ($1, $2, $3, $4, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int2",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Int8",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "af7ac5f58fc6bf56665fadda5f96be2c44a29f1f854755e8b82a83141be71ac7"
|
|
}
|