1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-17 23:48:13 +02:00
Files
OpenIntegrations/docs/en/results/PostgreSQL/EnsureTable (check).log
Vitaly the Alpaca (bot) 47520e2c61 Test data update (Jenkins)
2025-06-16 21:34:38 +03:00

34 lines
664 B
Plaintext
Vendored

{
"data": [
{
"character_maximum_length": null,
"column_default": null,
"column_name": "smallint_field",
"data_type": "smallint",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "bigint_field",
"data_type": "bigint",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "uuid_field",
"data_type": "uuid",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "custom_field",
"data_type": "text",
"is_nullable": "YES"
}
],
"result": true
}