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