ForgeFlux/.sqlx/query-9d4a45d672e61440f2228f4f98461a04e36f266b47e4064deeac4856f6a65c6f.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

21 lines
573 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO oauth_access_token (\n access_token, token_type, expires_in,\n refresh_token, oauth_provider, username, created_at\n ) VALUES ($1, $2, $3, $4, $5, $6, $7)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Varchar",
"Int4",
"Text",
"Text",
"Text",
"Timestamptz"
]
},
"nullable": []
},
"hash": "9d4a45d672e61440f2228f4f98461a04e36f266b47e4064deeac4856f6a65c6f"
}