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.
24 lines
804 B
JSON
24 lines
804 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO user_registration_requests (\n id, username, email, opaque_record,\n opaque_credential_identifier, opaque_ciphersuite,\n opaque_server_setup_version, signup_method, status,\n requested_at, reviewed_at, rejection_reason\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, $10)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Bytea",
|
|
"Bytea",
|
|
"Varchar",
|
|
"Int4",
|
|
"Int2",
|
|
"Int2",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8230c172ef08f73afa978b4ac542cc828aa07e1b2244a7a425d26e72440217f2"
|
|
}
|