forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO sso_auth_state (state, request_uri, provider, action, nonce, code_verifier, did)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text",
10 {
11 "Custom": {
12 "name": "sso_provider_type",
13 "kind": {
14 "Enum": [
15 "github",
16 "discord",
17 "google",
18 "gitlab",
19 "oidc",
20 "apple"
21 ]
22 }
23 }
24 },
25 "Text",
26 "Text",
27 "Text",
28 "Text"
29 ]
30 },
31 "nullable": []
32 },
33 "hash": "cdba2cc5219e52ee1c23d52c1e099b49b87e45dcfc6edb7a3e73067ed61b312b"
34}