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.
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO user_registration_requests (\n username,\n email,\n opaque_record,\n opaque_credential_identifier,\n opaque_ciphersuite,\n opaque_server_setup_version,\n signup_method,\n status\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n RETURNING id AS \"id!\"\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id!",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "user_registration_requests",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Varchar",
|
|
"Bytea",
|
|
"Bytea",
|
|
"Varchar",
|
|
"Int4",
|
|
"Int2",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "91517c5eabf86081cbba28608da896ea584236ade91414759db28d7712b23e33"
|
|
}
|