You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-dea9e63fc6f7f249c858f...

30 lines
589 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO users (username, signup_method, role) VALUES ($1, $2, 3) RETURNING id AS \"id!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id!",
"type_info": "Int8",
"origin": {
"Table": {
"table": "users",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Varchar",
"Int2"
]
},
"nullable": [
false
]
},
"hash": "dea9e63fc6f7f249c858f59c762225f70565d7a4065d973405a72d3b59705782"
}