query-8fe605134276e9116619fa1c40d9918b1955003a1b6a8918270b85bcaac520b4.json
1 { 2 "db_name": "PostgreSQL", 3 "query": "\nINSERT INTO user_client_consented_scope(user_client_consent_id, client_scope_id)\nVALUES ($1, $2)\nRETURNING id, user_client_consent_id, client_scope_id, created_at\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "user_client_consent_id", 14 "type_info": "Uuid" 15 }, 16 { 17 "ordinal": 2, 18 "name": "client_scope_id", 19 "type_info": "Uuid" 20 }, 21 { 22 "ordinal": 3, 23 "name": "created_at", 24 "type_info": "Timestamptz" 25 } 26 ], 27 "parameters": { 28 "Left": [ 29 "Uuid", 30 "Uuid" 31 ] 32 }, 33 "nullable": [ 34 false, 35 false, 36 false, 37 false 38 ] 39 }, 40 "hash": "8fe605134276e9116619fa1c40d9918b1955003a1b6a8918270b85bcaac520b4" 41 }