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-4517b68f72d9ae461fb60...

32 lines
767 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO auth_email_identities (\n user_id, email, created_at, updated_at\n )\n VALUES ($1, $2, $3, $4)\n RETURNING email\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_email_identities",
"name": "email"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Varchar",
"Timestamptz",
"Timestamptz"
]
},
"nullable": [
false
]
},
"hash": "4517b68f72d9ae461fb60c8067d005fa9991d4a39668def763d010f6d061a88c"
}