mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
some updates
This commit is contained in:
parent
2f81852da1
commit
93a015e163
13 changed files with 1072 additions and 606 deletions
28
.sqlx/query-44fdd79c15ce83bff64db5558711a40d097ff41c029e096f29138a1d5bbc8762.json
generated
Normal file
28
.sqlx/query-44fdd79c15ce83bff64db5558711a40d097ff41c029e096f29138a1d5bbc8762.json
generated
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT\n token as \"token!\", name as \"name!\"\n FROM users WHERE steamid = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "token!",
|
||||
"type_info": "Varchar"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "name!",
|
||||
"type_info": "Varchar"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "44fdd79c15ce83bff64db5558711a40d097ff41c029e096f29138a1d5bbc8762"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue