mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed API test case for Foreign Table.
This commit is contained in:
parent
26ec59ab5f
commit
f5ba42bec8
@ -269,22 +269,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "emp",
|
"name": "emp",
|
||||||
"cltype": "\"char\"",
|
"cltype": "text",
|
||||||
"typdefault": null,
|
"attlen": null,
|
||||||
"attnotnull": false,
|
|
||||||
"collname": "pg_catalog.\"default\"",
|
|
||||||
"attnum": 1,
|
"attnum": 1,
|
||||||
"inheritedfrom": null,
|
"attnotnull": false,
|
||||||
"inheritedid": null,
|
"typdefault": null
|
||||||
"attstattarget": -1,
|
|
||||||
"attoptions": null,
|
|
||||||
"attfdwoptions": [
|
|
||||||
"column_name=ColOptionValue"
|
|
||||||
],
|
|
||||||
"attndims": 0,
|
|
||||||
"atttypmod": -1,
|
|
||||||
"fulltype": "text",
|
|
||||||
"isdup": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user