mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-30 13:01:12 +00:00
26 lines
480 B
JSON
26 lines
480 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT email, name FROM subscriptions",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "email",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "name",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "ed279fc2dda0c3ede3e81a4500fcaa9da2220f8a9ad6c1debc3095deb9f84759"
|
|
}
|