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-51c052b0225a40a0bf73a...

24 lines
544 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS (\n SELECT 1\n FROM pg_tables\n WHERE schemaname = 'public'\n AND tablename = $1\n )",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Name"
]
},
"nullable": [
null
]
},
"hash": "51c052b0225a40a0bf73a5b6c00198ab0079ea938311acedb4ee2090e0ccbbc3"
}