23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id FROM users\n WHERE workspace_id = $1 AND role = 'owner'\n ORDER BY created_at, id\n LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Uuid"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "5af95d4bf6803a02c57efed79524dff3533794794c4273744cd50ac74701a657"
|
|
}
|