AppFlowy-Cloud/.sqlx/query-b3c6d628c4fa9b458f2ec...

18 lines
392 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO af_user (uid, email, name, password)\n VALUES ($1, $2, $3, $4)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "b3c6d628c4fa9b458f2ecadb9eda577f783f20c084850dd1a95cc9798dc73e95"
}