We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b063f62 commit ad397b2Copy full SHA for ad397b2
test/integration/index.spec.js
@@ -342,7 +342,7 @@ describe('/tables', async () => {
342
const { data: primaryKeys } = await axios.post(
343
`${URL}/query`,
344
{ query: `
345
- SELECT a.attname, format_type(a.atttypid, a.atttypmod) AS data_type
+ SELECT a.attname
346
FROM pg_index i
347
JOIN pg_attribute a ON a.attrelid = i.indrelid
348
AND a.attnum = ANY(i.indkey)
0 commit comments