ForgeFlux/.sqlx/query-9426b9d4bb5bbebfe9275245073cdbe63c256d12bba797ec9af4357d0abc8f57.json
Aravinth Manivannan 64a7e2e670
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: sqlx offline compilation data
2024-05-12 19:00:16 +05:30

48 lines
1.1 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT \n access_token, token_type, expires_in, refresh_token, created_at\n FROM\n oauth_access_token\n WHERE\n username = $1\n AND\n oauth_provider = $2;",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "access_token",
"type_info": "Text"
},
{
"ordinal": 1,
"name": "token_type",
"type_info": "Varchar"
},
{
"ordinal": 2,
"name": "expires_in",
"type_info": "Int4"
},
{
"ordinal": 3,
"name": "refresh_token",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "created_at",
"type_info": "Timestamptz"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false,
false,
false,
false,
false
]
},
"hash": "9426b9d4bb5bbebfe9275245073cdbe63c256d12bba797ec9af4357d0abc8f57"
}