api/.sqlx/query-e5f0ca0ef9f2bb5ecd013...

18 lines
418 B
JSON
Raw Permalink Normal View History

2023-10-08 11:27:06 +00:00
{
"db_name": "PostgreSQL",
"query": "INSERT INTO Accounts (username, email, password, joined, verified, flags) VALUES ($1, $2, $3, $4, false, 0);",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Varchar",
"Timestamp"
]
},
"nullable": []
},
"hash": "e5f0ca0ef9f2bb5ecd0135fdf813bea95579e01f97cbf39fa5736420e1bfed45"
}